BucketReplicationConfigRuleDestinationMetricsArgs

data class BucketReplicationConfigRuleDestinationMetricsArgs(val eventThreshold: Output<BucketReplicationConfigRuleDestinationMetricsEventThresholdArgs>? = null, val status: Output<String>) : ConvertibleToJava<BucketReplicationConfigRuleDestinationMetricsArgs>

Constructors

constructor(eventThreshold: Output<BucketReplicationConfigRuleDestinationMetricsEventThresholdArgs>? = null, status: Output<String>)

Properties

Link copied to clipboard

Configuration block that specifies the time threshold for emitting the s3:Replication:OperationMissedThreshold event. See below.

Link copied to clipboard
val status: Output<String>

Status of the Destination Metrics. Either "Enabled" or "Disabled".

Functions

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