tieringPolicy

@JvmName(name = "bkdbdrucreaiqpuh")
suspend fun tieringPolicy(value: Output<Map<String, TieringPolicyArgs>>)
@JvmName(name = "xdtiiikxtenkybcy")
suspend fun tieringPolicy(value: Map<String, TieringPolicyArgs>?)

Parameters

value

Tiering policy to automatically move RPs to another tier Key is Target Tier, defined in RecoveryPointTierType enum. Tiering policy specifies the criteria to move RP to the target tier.


@JvmName(name = "qqcivbnssfbflebj")
suspend fun tieringPolicy(vararg argument: Pair<String, suspend TieringPolicyArgsBuilder.() -> Unit>)

Parameters

argument

Tiering policy to automatically move RPs to another tier Key is Target Tier, defined in RecoveryPointTierType enum. Tiering policy specifies the criteria to move RP to the target tier.


@JvmName(name = "pprktfesqgwakjkw")
fun tieringPolicy(vararg values: Pair<String, TieringPolicyArgs>)

Parameters

values

Tiering policy to automatically move RPs to another tier Key is Target Tier, defined in RecoveryPointTierType enum. Tiering policy specifies the criteria to move RP to the target tier.