MetricsArgs

data class MetricsArgs(val eventThreshold: Output<ReplicationTimeValueArgs>? = null, val status: Output<Either<String, MetricsStatus>>? = null) : ConvertibleToJava<MetricsArgs>

Definition of Metrics

Constructors

Link copied to clipboard
constructor(eventThreshold: Output<ReplicationTimeValueArgs>? = null, status: Output<Either<String, MetricsStatus>>? = null)

Properties

Link copied to clipboard

A container specifying the time threshold for emitting the `s3:Replication:OperationMissedThreshold` event. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics `EventThreshold`.

Link copied to clipboard
val status: Output<Either<String, MetricsStatus>>? = null

Specifies whether the replication metrics are enabled.

Functions

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