| Package | Description |
|---|---|
| software.amazon.awscdk.services.glue |
AWS Glue Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CloudWatchEncryptionMode |
CloudWatchEncryption.getMode()
(experimental) Encryption mode.
|
CloudWatchEncryptionMode |
CloudWatchEncryption.Jsii$Proxy.getMode() |
static CloudWatchEncryptionMode |
CloudWatchEncryptionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudWatchEncryptionMode[] |
CloudWatchEncryptionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CloudWatchEncryption.Builder |
CloudWatchEncryption.Builder.mode(CloudWatchEncryptionMode mode)
Sets the value of
CloudWatchEncryption.getMode() |
| Constructor and Description |
|---|
Jsii$Proxy(CloudWatchEncryptionMode mode,
IKey kmsKey)
Constructor that initializes the object based on literal property values passed by the
CloudWatchEncryption.Builder. |
Copyright © 2021. All rights reserved.