Get Backup Vault Result
data class GetBackupVaultResult(val accessPolicy: Any? = null, val backupVaultArn: String? = null, val backupVaultTags: Map<String, String>? = null, val lockConfiguration: BackupVaultLockConfigurationType? = null, val notifications: BackupVaultNotificationObjectType? = null)
Constructors
Link copied to clipboard
constructor(accessPolicy: Any? = null, backupVaultArn: String? = null, backupVaultTags: Map<String, String>? = null, lockConfiguration: BackupVaultLockConfigurationType? = null, notifications: BackupVaultNotificationObjectType? = null)
Properties
Link copied to clipboard
A resource-based policy that is used to manage access permissions on the target backup vault. Search the CloudFormation User Guide for AWS::Backup::BackupVault
for more information about the expected schema for this property.
Link copied to clipboard
An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault
.
Link copied to clipboard
The tags to assign to the backup vault.
Link copied to clipboard
Configuration for AWS Backup Vault Lock .
Link copied to clipboard
The SNS event notifications for the specified backup vault.