| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionOption |
EncryptionConfiguration.getEncryptionOption()
(experimental) Type of S3 server-side encryption enabled.
|
EncryptionOption |
EncryptionConfiguration.Jsii$Proxy.getEncryptionOption() |
static EncryptionOption |
EncryptionOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionOption[] |
EncryptionOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionConfiguration.Builder |
EncryptionConfiguration.Builder.encryptionOption(EncryptionOption encryptionOption)
Sets the value of
EncryptionConfiguration.getEncryptionOption() |
| Constructor and Description |
|---|
Jsii$Proxy(EncryptionOption encryptionOption,
IKey encryptionKey)
Constructor that initializes the object based on literal property values passed by the
EncryptionConfiguration.Builder. |
Copyright © 2021. All rights reserved.