GetBackupVaultResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessPolicy: Any? = null

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
val backupVaultArn: String? = null

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
Link copied to clipboard

The SNS event notifications for the specified backup vault.