Interface CfnBucket.ReplicaModificationsProperty

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

@Stability(Stable) public static interface CfnBucket.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.services.s3.*;
 ReplicaModificationsProperty replicaModificationsProperty = ReplicaModificationsProperty.builder()
         .status("status")
         .build();
 

See Also: