Interface CfnStorageLens.SSEKMSProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnStorageLens.SSEKMSProperty.Jsii$Proxy
Enclosing class:
CfnStorageLens

@Stability(Stable) public static interface CfnStorageLens.SSEKMSProperty extends software.amazon.jsii.JsiiSerializable
Specifies the use of server-side encryption using an AWS Key Management Service key (SSE-KMS) to encrypt the delivered S3 Storage Lens metrics export file.

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();