Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.backup.CfnBackupVaultPropsMixin.Builder
Packages that use CfnBackupVaultPropsMixin.Builder
-
Uses of CfnBackupVaultPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.backup
Methods in software.amazon.awscdk.cfnpropertymixins.services.backup that return CfnBackupVaultPropsMixin.BuilderModifier and TypeMethodDescriptionCfnBackupVaultPropsMixin.Builder.accessPolicy(Object accessPolicy) A resource-based policy that is used to manage access permissions on the target backup vault.CfnBackupVaultPropsMixin.Builder.backupVaultName(String backupVaultName) The name of a logical container where backups are stored.CfnBackupVaultPropsMixin.Builder.backupVaultTags(Map<String, String> backupVaultTags) The tags to assign to the backup vault.CfnBackupVaultPropsMixin.Builder.create()CfnBackupVaultPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnBackupVaultPropsMixin.Builder.encryptionKeyArn(String encryptionKeyArn) A server-side encryption key you can specify to encrypt your backups from services that support full AWS Backup management;CfnBackupVaultPropsMixin.Builder.encryptionKeyArn(IKeyRef encryptionKeyArn) A server-side encryption key you can specify to encrypt your backups from services that support full AWS Backup management;CfnBackupVaultPropsMixin.Builder.lockConfiguration(CfnBackupVaultPropsMixin.LockConfigurationTypeProperty lockConfiguration) Configuration for AWS Backup Vault Lock .CfnBackupVaultPropsMixin.Builder.lockConfiguration(IResolvable lockConfiguration) Configuration for AWS Backup Vault Lock .CfnBackupVaultPropsMixin.Builder.notifications(CfnBackupVaultPropsMixin.NotificationObjectTypeProperty notifications) The SNS event notifications for the specified backup vault.CfnBackupVaultPropsMixin.Builder.notifications(IResolvable notifications) The SNS event notifications for the specified backup vault.