restore_testing_selection
Gets an individual restore_testing_selection
resource
Overview
Name | restore_testing_selection |
Type | Resource |
Description | restore_testing_selection |
Id | awscc.backup.restore_testing_selection |
Fields
Name | Datatype | Description |
---|---|---|
iam_role_arn | string | |
protected_resource_arns | array | |
protected_resource_conditions | object | |
protected_resource_type | string | |
restore_metadata_overrides | object | |
restore_testing_plan_name | string | |
restore_testing_selection_name | string | |
validation_window_hours | integer | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
iam_role_arn,
protected_resource_arns,
protected_resource_conditions,
protected_resource_type,
restore_metadata_overrides,
restore_testing_plan_name,
restore_testing_selection_name,
validation_window_hours
FROM awscc.backup.restore_testing_selection
WHERE data__Identifier = '<RestoreTestingPlanName>|<RestoreTestingSelectionName>';
Permissions
To operate on the restore_testing_selection
resource, the following permissions are required:
Read
backup:GetRestoreTestingSelection
Update
backup:UpdateRestoreTestingSelection,
backup:GetRestoreTestingSelection,
iam:PassRole
Delete
backup:DeleteRestoreTestingSelection,
backup:GetRestoreTestingSelection