Get Logically Air Gapped Backup Vault Result
data class GetLogicallyAirGappedBackupVaultResult(val accessPolicy: Any? = null, val backupVaultArn: String? = null, val backupVaultTags: Map<String, String>? = null, val encryptionKeyArn: String? = null, val notifications: LogicallyAirGappedBackupVaultNotificationObjectType? = null, val vaultState: String? = null, val vaultType: String? = null)
Properties
Link copied to clipboard
The backup vault access policy document in JSON format. Search the CloudFormation User Guide for AWS::Backup::LogicallyAirGappedBackupVault
for more information about the expected schema for this property.
Link copied to clipboard
The ARN of the backup vault.
Link copied to clipboard
The tags to assign to the vault.
Link copied to clipboard
The ARN of the server-side encryption key.
Link copied to clipboard
Returns event notifications for the specified backup vault.
Link copied to clipboard
The vault state. The possible values are CREATING
, AVAILABLE
, and FAILED
.