aws::backup-selection¶
Creates backup selection.
Example¶
aws::backup-selection production
backup-plan: $(aws::backup-plan backup)
configuration
name: production
role: $(external-query aws::iam-role { name: 'AWSBackupDefaultServiceRole'})
resources: [$(aws::db-cluster db-cluster-example).arn]
end
end
Attributes¶
Attribute | Description |
---|---|
backup-plan | Tthe backup plan to be associated with the selection of resources. (Required) |
configuration subresource | The body of a request to assign a set of resources to a backup plan. (Required)
|
creator-request-id | The ID that identifies the request and allows failed requests to be retried without the risk of running the operation twice. |
Outputs¶
Attribute | Description |
---|---|
id | The ID of the backup selection. |