Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.backup.CfnLogicallyAirGappedBackupVaultPropsMixin.Builder
Packages that use CfnLogicallyAirGappedBackupVaultPropsMixin.Builder
-
Uses of CfnLogicallyAirGappedBackupVaultPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.backup
Methods in software.amazon.awscdk.cfnpropertymixins.services.backup that return CfnLogicallyAirGappedBackupVaultPropsMixin.BuilderModifier and TypeMethodDescriptionCfnLogicallyAirGappedBackupVaultPropsMixin.Builder.accessPolicy(Object accessPolicy) The backup vault access policy document in JSON format.CfnLogicallyAirGappedBackupVaultPropsMixin.Builder.backupVaultName(String backupVaultName) The name of a logical container where backups are stored.CfnLogicallyAirGappedBackupVaultPropsMixin.Builder.backupVaultTags(Map<String, String> backupVaultTags) The tags to assign to the vault.CfnLogicallyAirGappedBackupVaultPropsMixin.Builder.create()CfnLogicallyAirGappedBackupVaultPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnLogicallyAirGappedBackupVaultPropsMixin.Builder.encryptionKeyArn(String encryptionKeyArn) The server-side encryption key that is used to protect your backups; for example,arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab.CfnLogicallyAirGappedBackupVaultPropsMixin.Builder.maxRetentionDays(Number maxRetentionDays) The maximum retention period that the vault retains its recovery points.CfnLogicallyAirGappedBackupVaultPropsMixin.Builder.minRetentionDays(Number minRetentionDays) This setting specifies the minimum retention period that the vault retains its recovery points.CfnLogicallyAirGappedBackupVaultPropsMixin.Builder.mpaApprovalTeamArn(String mpaApprovalTeamArn) The Amazon Resource Name (ARN) of the MPA approval team to associate with the backup vault.CfnLogicallyAirGappedBackupVaultPropsMixin.Builder.notifications(CfnLogicallyAirGappedBackupVaultPropsMixin.NotificationObjectTypeProperty notifications) Returns event notifications for the specified backup vault.CfnLogicallyAirGappedBackupVaultPropsMixin.Builder.notifications(IResolvable notifications) Returns event notifications for the specified backup vault.