aws.backup.list_backup_selections
Example SQL Queries
SELECT * FROMaws.backup.list_backup_selectionsWHERE"backup_plan_id" = 'VALUE';Description
Returns an array containing metadata of the resources associated with the target backup plan.
Table Definition
| Column Name | Column Data Type |
|---|---|
| backup_plan_id Required Input Column Uniquely identifies a backup plan. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| creation_date The date and time a backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM. | TIMESTAMP_S |
| creator_request_id A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. This parameter is optional. If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters. | VARCHAR |
| iam_role_arn Specifies the IAM role Amazon Resource Name (ARN) to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access. | VARCHAR |
| selection_id Uniquely identifies a request to assign a set of resources to a backup plan. | VARCHAR |
| selection_name The display name of a resource selection document. | VARCHAR |