Interface CfnBucketPropsMixin.ReplicaModificationsProperty

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

@Stability(Stable) public static interface CfnBucketPropsMixin.ReplicaModificationsProperty extends software.amazon.jsii.JsiiSerializable
A filter that you can specify for selection for modifications on replicas.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.s3.mixins.*;
 ReplicaModificationsProperty replicaModificationsProperty = ReplicaModificationsProperty.builder()
         .status("status")
         .build();
 

See Also: