class Aws::DLM::Types::CrossRegionCopyAction
Specifies a rule for copying shared snapshots across Regions.
@note When making an API call, you may pass CrossRegionCopyAction
data as a hash: { target: "Target", # required encryption_configuration: { # required encrypted: false, # required cmk_arn: "CmkArn", }, retain_rule: { interval: 1, interval_unit: "DAYS", # accepts DAYS, WEEKS, MONTHS, YEARS }, }
@!attribute [rw] target
The target Region. @return [String]
@!attribute [rw] encryption_configuration
The encryption settings for the copied snapshot. @return [Types::EncryptionConfiguration]
@!attribute [rw] retain_rule
Specifies the retention rule for cross-Region snapshot copies. @return [Types::CrossRegionCopyRetainRule]
@see docs.aws.amazon.com/goto/WebAPI/dlm-2018-01-12/CrossRegionCopyAction AWS API Documentation
Constants
- SENSITIVE