Skip to content

Data Source: awsBackupPlan

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

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsBackupPlan.DataAwsBackupPlan(this, "example", {
  planId: "tf_example_backup_plan_id",
});

Argument Reference

The following arguments are supported:

  • planId - (Required) Backup plan ID.

Attributes Reference

In addition to the arguments above, the following attributes are exported:

  • arn - ARN of the backup plan.
  • name - Display name of a backup plan.
  • tags - Metadata that you can assign to help organize the plans you create.
  • version - Unique, randomly generated, Unicode, UTF-8 encoded string that serves as the version ID of the backup plan.