Interface CfnSecurityConfiguration.S3EncryptionConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSecurityConfiguration.S3EncryptionConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnSecurityConfiguration
@Stability(Stable)
public static interface CfnSecurityConfiguration.S3EncryptionConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
S3 encryption configuration.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.emrcontainers.*;
S3EncryptionConfigurationProperty s3EncryptionConfigurationProperty = S3EncryptionConfigurationProperty.builder()
.encryptionOption("encryptionOption")
.kmsKeyId("kmsKeyId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnSecurityConfiguration.S3EncryptionConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEncryptionOption
The S3 encryption option.- See Also:
-
getKmsKeyId
The KMS key ID for encryption.- See Also:
-
builder
@Stability(Stable) static CfnSecurityConfiguration.S3EncryptionConfigurationProperty.Builder builder()
-