public static interface CfnStorageLens.SSEKMSProperty
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.s3.*; SSEKMSProperty sSEKMSProperty = SSEKMSProperty.builder() .keyId("keyId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnStorageLens.SSEKMSProperty.Builder
A builder for
CfnStorageLens.SSEKMSProperty |
static class |
CfnStorageLens.SSEKMSProperty.Jsii$Proxy
An implementation for
CfnStorageLens.SSEKMSProperty |
Modifier and Type | Method and Description |
---|---|
static CfnStorageLens.SSEKMSProperty.Builder |
builder() |
java.lang.String |
getKeyId()
Specifies the Amazon Resource Name (ARN) of the customer managed AWS KMS key to use for encrypting the S3 Storage Lens metrics export file.
|
java.lang.String getKeyId()
Amazon S3 only supports symmetric encryption keys. For more information, see Special-purpose keys in the AWS Key Management Service Developer Guide .
static CfnStorageLens.SSEKMSProperty.Builder builder()