BucketMetricsArgs

data class BucketMetricsArgs(val eventThreshold: Output<BucketReplicationTimeValueArgs>? = null, val status: Output<BucketMetricsStatus>) : ConvertibleToJava<BucketMetricsArgs>

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

Constructors

Link copied to clipboard
constructor(eventThreshold: Output<BucketReplicationTimeValueArgs>? = null, status: Output<BucketMetricsStatus>)

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.

Functions

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