Uses of Class
software.amazon.awscdk.services.backup.BackupVault.Builder
-
Uses of BackupVault.Builder in software.amazon.awscdk.services.backup
Modifier and TypeMethodDescriptionBackupVault.Builder.accessPolicy
(PolicyDocument accessPolicy) A resource-based policy that is used to manage access permissions on the backup vault.BackupVault.Builder.backupVaultName
(String backupVaultName) The name of a logical container where backups are stored.BackupVault.Builder.blockRecoveryPointDeletion
(Boolean blockRecoveryPointDeletion) Whether to add statements to the vault access policy that prevents anyone from deleting a recovery point.static BackupVault.Builder
BackupVault.Builder.encryptionKey
(IKey encryptionKey) The server-side encryption key to use to protect your backups.BackupVault.Builder.notificationEvents
(List<? extends BackupVaultEvents> notificationEvents) The vault events to send.BackupVault.Builder.notificationTopic
(ITopic notificationTopic) A SNS topic to send vault events to.BackupVault.Builder.removalPolicy
(RemovalPolicy removalPolicy) The removal policy to apply to the vault.