BucketMetrics

data class BucketMetrics(val eventThreshold: BucketReplicationTimeValue? = null, val status: BucketMetricsStatus)

A container specifying replication metrics-related settings enabling replication metrics and events.

Constructors

Link copied to clipboard
constructor(eventThreshold: BucketReplicationTimeValue? = null, status: BucketMetricsStatus)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A container specifying the time threshold for emitting the `s3:Replication:OperationMissedThreshold` event.

Link copied to clipboard

Specifies whether the replication metrics are enabled.