BucketReplicationTimeValueArgs

data class BucketReplicationTimeValueArgs(val minutes: Output<Int>) : ConvertibleToJava<BucketReplicationTimeValueArgs>

A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics `EventThreshold`.

Constructors

Link copied to clipboard
constructor(minutes: Output<Int>)

Properties

Link copied to clipboard
val minutes: Output<Int>

Contains an integer specifying time in minutes. Valid value: 15

Functions

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