aws.backup
Supported platform
- aws
Description
AWS Backup
Use the aws.backup
resource to assess the configuration of AWS Backup vaults in an AWS account. This resource provides the .vaults
field, which returns a list of all AWS Backup vaults configured across all enabled regions across the account.
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
vaults | []aws.backup.vault | List of vaults for the service |
Examples
Return a list of all AWS Backup vaults configured across all enabled regions across the account and all their recovery points
aws.backup.vaults {
arn
region
recoveryPoints
name
}
References