com.pulumi.aws.dlm.kotlin.outputs.LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleRetainRule.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-aws-kotlin Show documentation
Show all versions of pulumi-aws-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.aws.dlm.kotlin.outputs
import kotlin.Int
import kotlin.String
import kotlin.Suppress
/**
*
* @property interval
* @property intervalUnit
*/
public data class LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleRetainRule(
public val interval: Int,
public val intervalUnit: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.dlm.outputs.LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleRetainRule): LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleRetainRule =
LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleRetainRule(
interval = javaType.interval(),
intervalUnit = javaType.intervalUnit(),
)
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy