aws.backup.vault
Supported platform
- aws
Description
AWS Backup vault
The aws.backup.vault resource provides fields representing an individual AWS Backup vaults within the account. For usage, read the aws.backup resource documentation.
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| arn | string | ARN of the vault |
| name | string | Name of the vault |
| recoveryPoints | []aws.backup.vaultRecoveryPoint | List of recovery points stored in the backup vault |
| region | string | Region of the vault |
| createdAt | time | Date the backup vault was created |
| locked | bool | Whether the backup is locked |
| lockedAt | time | Date when the backup was locked |
| encryptionKeyArn | string | ARN of the encryption key |
| maxRetentionDays | int | The maximum retention period that the vault retains its recovery points |
| minRetentionDays | int | The minimum retention period that the vault retains its recovery points |