Interface CfnBucket.ReplicationTimeValueProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBucket.ReplicationTimeValueProperty.Jsii$Proxy
- Enclosing class:
CfnBucket
@Stability(Stable)
public static interface CfnBucket.ReplicationTimeValueProperty
extends software.amazon.jsii.JsiiSerializable
A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics
EventThreshold
.
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.*; ReplicationTimeValueProperty replicationTimeValueProperty = ReplicationTimeValueProperty.builder() .minutes(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBucket.ReplicationTimeValueProperty
static final class
An implementation forCfnBucket.ReplicationTimeValueProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMinutes
Contains an integer specifying time in minutes.Valid value: 15
- See Also:
-
builder
-