Class: Aws::Backup::Types::CreateRestoreTestingSelectionInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creator_request_idString

This is an optional unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

Returns:

  • (String)


2134
2135
2136
2137
2138
2139
2140
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2134

class CreateRestoreTestingSelectionInput < Struct.new(
  :creator_request_id,
  :restore_testing_plan_name,
  :restore_testing_selection)
  SENSITIVE = []
  include Aws::Structure
end

#restore_testing_plan_nameString

Input the restore testing plan name that was returned from the related CreateRestoreTestingPlan request.

Returns:

  • (String)


2134
2135
2136
2137
2138
2139
2140
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2134

class CreateRestoreTestingSelectionInput < Struct.new(
  :creator_request_id,
  :restore_testing_plan_name,
  :restore_testing_selection)
  SENSITIVE = []
  include Aws::Structure
end

#restore_testing_selectionTypes::RestoreTestingSelectionForCreate

This consists of RestoreTestingSelectionName, ProtectedResourceType, and one of the following:

  • ProtectedResourceArns

  • ProtectedResourceConditions

Each protected resource type can have one single value.

A restore testing selection can include a wildcard value ("*") for ProtectedResourceArns along with ProtectedResourceConditions. Alternatively, you can include up to 30 specific protected resource ARNs in ProtectedResourceArns.



2134
2135
2136
2137
2138
2139
2140
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2134

class CreateRestoreTestingSelectionInput < Struct.new(
  :creator_request_id,
  :restore_testing_plan_name,
  :restore_testing_selection)
  SENSITIVE = []
  include Aws::Structure
end