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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dlm/lib/aws-sdk-dlm/types.rb

Overview

[Event-based policies only] Specifies a cross-Region copy action for event-based policies.

To specify a cross-Region copy rule for snapshot and AMI policies, use CrossRegionCopyRule.

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 'gems/aws-sdk-dlm/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 'gems/aws-sdk-dlm/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 'gems/aws-sdk-dlm/lib/aws-sdk-dlm/types.rb', line 324

class CrossRegionCopyAction < Struct.new(
  :target,
  :encryption_configuration,
  :retain_rule)
  SENSITIVE = []
  include Aws::Structure
end