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

Functions

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

Properties

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

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

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

Whether to copy all user-defined tags from the source snapshot to the cross-region snapshot copy.

Link copied to clipboard

The AMI deprecation rule for cross-Region AMI copies created by the rule. See the deprecate_rule block.

Link copied to clipboard
val encrypted: Output<Boolean>

To encrypt a copy of an unencrypted snapshot if encryption by default is not enabled, enable encryption using this parameter. Copies of encrypted snapshots are encrypted, even if this parameter is false or if 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.