BucketReplicationConfigurationRuleDestinationMetrics

data class BucketReplicationConfigurationRuleDestinationMetrics(val minutes: Int? = null, val status: String? = null)

Constructors

constructor(minutes: Int? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val minutes: Int? = null

Threshold within which objects are to be replicated. The only valid value is 15.

Link copied to clipboard
val status: String? = null

The status of replication metrics. Either Enabled or Disabled.