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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBucketPropsMixin.ReplicaModificationsPropertystatic final classAn implementation forCfnBucketPropsMixin.ReplicaModificationsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStatus
Specifies whether Amazon S3 replicates modifications on replicas.Allowed values :
Enabled|Disabled- See Also:
-
builder
-