Class: Aws::DLM::Types::CrossRegionCopyAction

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#encryption_configurationTypes::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_ruleTypes::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

#targetString

The target Region.

Returns:

  • (String)


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