BucketReplicationProgressArgs

data class BucketReplicationProgressArgs(val historicalObject: Output<String>? = null, val newObject: Output<String>? = null) : ConvertibleToJava<BucketReplicationProgressArgs>

Constructors

Link copied to clipboard
constructor(historicalObject: Output<String>? = null, newObject: Output<String>? = null)

Properties

Link copied to clipboard
val historicalObject: Output<String>? = null

The percentage of the replicated historical data. This element is valid only when historical_object_replication is set to enabled.

Link copied to clipboard
val newObject: Output<String>? = null

The time used to distinguish new data from historical data. Data that is written to the source bucket before the time is replicated to the destination bucket as new data. The value of this element is in GMT.

Functions

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