Data Source: aws_backup_selection

Use this data source to get information on an existing backup selection.

Example Usage

data "aws_backup_selection" "example" {
  plan_id      = data.aws_backup_plan.example.id
  selection_id = "selection-id-example"
}

Argument Reference

This data source supports the following arguments:

Attribute Reference

This data source exports the following attributes in addition to the arguments above: