BucketReplicationTimeArgs

data class BucketReplicationTimeArgs(val status: Output<BucketReplicationTimeStatus>, val time: Output<BucketReplicationTimeValueArgs>) : ConvertibleToJava<BucketReplicationTimeArgs>

A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a `Metrics` block.

Constructors

Link copied to clipboard
constructor(status: Output<BucketReplicationTimeStatus>, time: Output<BucketReplicationTimeValueArgs>)

Properties

Link copied to clipboard

Specifies whether the replication time is enabled.

Link copied to clipboard

A container specifying the time by which replication should be complete for all objects and operations on objects.

Functions

Link copied to clipboard
open override fun toJava(): BucketReplicationTimeArgs