![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.s3.kotlin.outputs.BucketReplicationTimeValue.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-aws-native-kotlin Show documentation
Show all versions of pulumi-aws-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.s3.kotlin.outputs
import kotlin.Int
import kotlin.Suppress
/**
* A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics ``EventThreshold``.
* @property minutes Contains an integer specifying time in minutes.
* Valid value: 15
*/
public data class BucketReplicationTimeValue(
public val minutes: Int,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.s3.outputs.BucketReplicationTimeValue): BucketReplicationTimeValue = BucketReplicationTimeValue(
minutes = javaType.minutes(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy