LifecyclePolicyPolicyDetailsActionCrossRegionCopyEncryptionConfigurationArgs

data class LifecyclePolicyPolicyDetailsActionCrossRegionCopyEncryptionConfigurationArgs(val cmkArn: Output<String>? = null, val encrypted: Output<Boolean>? = null) : ConvertibleToJava<LifecyclePolicyPolicyDetailsActionCrossRegionCopyEncryptionConfigurationArgs>

Constructors

constructor(cmkArn: Output<String>? = null, encrypted: Output<Boolean>? = null)

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 encrypted: Output<Boolean>? = null

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.

Functions

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