Skip to content

Data Source: awsBackupVault

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

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.dataAwsBackupVault.DataAwsBackupVault(this, "example", {
  name: "example_backup_vault",
});

Argument Reference

The following arguments are supported:

  • name - (Required) Name of the backup vault.

Attributes Reference

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

  • arn - ARN of the vault.
  • kmsKeyArn - Server-side encryption key that is used to protect your backups.
  • recoveryPoints - Number of recovery points that are stored in a backup vault.
  • tags - Metadata that you can assign to help organize the resources that you create.