LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleArgs

data class LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleArgs(val cmkArn: Output<String>? = null, val copyTags: Output<Boolean>? = null, val deprecateRule: Output<LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleDeprecateRuleArgs>? = null, val encrypted: Output<Boolean>, val retainRule: Output<LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleRetainRuleArgs>? = null, val target: Output<String>) : ConvertibleToJava<LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleArgs>

Constructors

constructor(cmkArn: Output<String>? = null, copyTags: Output<Boolean>? = null, deprecateRule: Output<LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleDeprecateRuleArgs>? = null, encrypted: Output<Boolean>, retainRule: Output<LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleRetainRuleArgs>? = null, target: Output<String>)

Properties

Link copied to clipboard
val cmkArn: Output<String>? = null

The Amazon Resource Name (ARN) of the AWS KMS key to use for EBS encryption. If this parameter is not specified, the default KMS key for the account is used.

Link copied to clipboard
val copyTags: Output<Boolean>? = null

Copy all user-defined tags on a source volume to snapshots of the volume created by this policy.

Link copied to clipboard

See the deprecate_rule block. Max of 1 per schedule.

Link copied to clipboard
val encrypted: Output<Boolean>

To encrypt a copy of an unencrypted snapshot when encryption by default is not enabled, enable encryption using this parameter. Copies of encrypted snapshots are encrypted, even if this parameter is false or when encryption by default is not enabled.

Link copied to clipboard

Specifies the retention rule for cross-Region snapshot copies. See the retain_rule block. Max of 1 per action.

Link copied to clipboard
val target: Output<String>

The target Region or the Amazon Resource Name (ARN) of the target Outpost for the snapshot copies.

Functions

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