Data Source: aws_backup_vault#
Provides information about a backup vault.
Example Usage#
data "aws_backup_vault" "example" {
name = "Default"
}
Argument Reference#
The following arguments are supported:
name
- (Required) The name of the backup vault.
Attribute Reference#
Supported attributes#
In addition to all arguments above, the following attributes are exported:
arn
- The Amazon Resource Name (ARN) of the backup vault.recovery_points
- The number of recovery points in the vault.
Unsupported attributes#
~> Note This attribute may be present in the terraform.tfstate
file, but it has a preset value and cannot be specified in configuration files.
The following attribute is not currently supported: kms_key_arn
.