Interface CfnBucket.SseKmsEncryptedObjectsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBucket.SseKmsEncryptedObjectsProperty.Jsii$Proxy
- Enclosing class:
CfnBucket
@Stability(Stable)
public static interface CfnBucket.SseKmsEncryptedObjectsProperty
extends software.amazon.jsii.JsiiSerializable
A container for filter information for the selection of S3 objects encrypted with AWS KMS.
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.*; SseKmsEncryptedObjectsProperty sseKmsEncryptedObjectsProperty = SseKmsEncryptedObjectsProperty.builder() .status("status") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBucket.SseKmsEncryptedObjectsProperty
static final class
An implementation forCfnBucket.SseKmsEncryptedObjectsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStatus
Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service. -
builder
-