@Stability(value=Stable)
public static interface CfnSecurityConfiguration.S3EncryptionProperty
extends software.amazon.jsii.JsiiSerializable
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.glue.*;
S3EncryptionProperty s3EncryptionProperty = S3EncryptionProperty.builder()
.kmsKeyArn("kmsKeyArn")
.s3EncryptionMode("s3EncryptionMode")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSecurityConfiguration.S3EncryptionProperty.Builder
A builder for
CfnSecurityConfiguration.S3EncryptionProperty |
static class |
CfnSecurityConfiguration.S3EncryptionProperty.Jsii$Proxy
An implementation for
CfnSecurityConfiguration.S3EncryptionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSecurityConfiguration.S3EncryptionProperty.Builder |
builder() |
default String |
getKmsKeyArn()
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
|
default String |
getS3EncryptionMode()
The encryption mode to use for Amazon S3 data.
|
@Stability(value=Stable) @Nullable default String getKmsKeyArn()
@Stability(value=Stable) @Nullable default String getS3EncryptionMode()
@Stability(value=Stable) static CfnSecurityConfiguration.S3EncryptionProperty.Builder builder()
Copyright © 2022. All rights reserved.