Class: Aws::DLM::Types::CrossRegionCopyAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::DLM::Types::CrossRegionCopyAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dlm/types.rb
Overview
**[Event-based policies only]** Specifies a cross-Region copy action for event-based policies.
<note markdown=“1”> To specify a cross-Region copy rule for snapshot and AMI policies, use [CrossRegionCopyRule].
</note>
[1]: docs.aws.amazon.com/dlm/latest/APIReference/API_CrossRegionCopyRule.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
The encryption settings for the copied snapshot.
-
#retain_rule ⇒ Types::CrossRegionCopyRetainRule
Specifies a retention rule for cross-Region snapshot copies created by snapshot or event-based policies, or cross-Region AMI copies created by AMI policies.
-
#target ⇒ String
The target Region.
Instance Attribute Details
#encryption_configuration ⇒ Types::EncryptionConfiguration
The encryption settings for the copied snapshot.
324 325 326 327 328 329 330 |
# File 'lib/aws-sdk-dlm/types.rb', line 324 class CrossRegionCopyAction < Struct.new( :target, :encryption_configuration, :retain_rule) SENSITIVE = [] include Aws::Structure end |
#retain_rule ⇒ Types::CrossRegionCopyRetainRule
Specifies a retention rule for cross-Region snapshot copies created by snapshot or event-based policies, or cross-Region AMI copies created by AMI policies. After the retention period expires, the cross-Region copy is deleted.
324 325 326 327 328 329 330 |
# File 'lib/aws-sdk-dlm/types.rb', line 324 class CrossRegionCopyAction < Struct.new( :target, :encryption_configuration, :retain_rule) SENSITIVE = [] include Aws::Structure end |
#target ⇒ String
The target Region.
324 325 326 327 328 329 330 |
# File 'lib/aws-sdk-dlm/types.rb', line 324 class CrossRegionCopyAction < Struct.new( :target, :encryption_configuration, :retain_rule) SENSITIVE = [] include Aws::Structure end |