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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2150
2151
2152
2153
2154
2155
2156
# File 'lib/aws-sdk-backup/types.rb', line 2150

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)


2150
2151
2152
2153
2154
2155
2156
# File 'lib/aws-sdk-backup/types.rb', line 2150

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`.



2150
2151
2152
2153
2154
2155
2156
# File 'lib/aws-sdk-backup/types.rb', line 2150

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