Uses of Class
software.amazon.awscdk.services.backup.CfnLogicallyAirGappedBackupVault.Builder
Packages that use CfnLogicallyAirGappedBackupVault.Builder
-
Uses of CfnLogicallyAirGappedBackupVault.Builder in software.amazon.awscdk.services.backup
Methods in software.amazon.awscdk.services.backup that return CfnLogicallyAirGappedBackupVault.BuilderModifier and TypeMethodDescriptionCfnLogicallyAirGappedBackupVault.Builder.accessPolicy(Object accessPolicy) The backup vault access policy document in JSON format.CfnLogicallyAirGappedBackupVault.Builder.backupVaultName(String backupVaultName) The name of a logical container where backups are stored.CfnLogicallyAirGappedBackupVault.Builder.backupVaultTags(Map<String, String> backupVaultTags) The tags to assign to the vault.CfnLogicallyAirGappedBackupVault.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.CfnLogicallyAirGappedBackupVault.Builder.maxRetentionDays(Number maxRetentionDays) The maximum retention period that the vault retains its recovery points.CfnLogicallyAirGappedBackupVault.Builder.minRetentionDays(Number minRetentionDays) This setting specifies the minimum retention period that the vault retains its recovery points.CfnLogicallyAirGappedBackupVault.Builder.mpaApprovalTeamArn(String mpaApprovalTeamArn) The Amazon Resource Name (ARN) of the MPA approval team to associate with the backup vault.CfnLogicallyAirGappedBackupVault.Builder.notifications(IResolvable notifications) Returns event notifications for the specified backup vault.CfnLogicallyAirGappedBackupVault.Builder.notifications(CfnLogicallyAirGappedBackupVault.NotificationObjectTypeProperty notifications) Returns event notifications for the specified backup vault.