| Package | Description |
|---|---|
| software.amazon.awscdk.services.backup |
AWS Backup Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnBackupVault.Builder |
CfnBackupVault.Builder.accessPolicy(Object accessPolicy)
A resource-based policy that is used to manage access permissions on the target backup vault.
|
CfnBackupVault.Builder |
CfnBackupVault.Builder.backupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
CfnBackupVault.Builder |
CfnBackupVault.Builder.backupVaultTags(IResolvable backupVaultTags)
Metadata that you can assign to help organize the resources that you create.
|
CfnBackupVault.Builder |
CfnBackupVault.Builder.backupVaultTags(Map<String,String> backupVaultTags)
Metadata that you can assign to help organize the resources that you create.
|
static CfnBackupVault.Builder |
CfnBackupVault.Builder.create(software.constructs.Construct scope,
String id) |
CfnBackupVault.Builder |
CfnBackupVault.Builder.encryptionKeyArn(String encryptionKeyArn)
A server-side encryption key you can specify to encrypt your backups from services that support full AWS Backup management;
|
CfnBackupVault.Builder |
CfnBackupVault.Builder.lockConfiguration(CfnBackupVault.LockConfigurationTypeProperty lockConfiguration)
Configuration for [AWS Backup Vault Lock](https://docs.aws.amazon.com/aws-backup/latest/devguide/vault-lock.html) .
|
CfnBackupVault.Builder |
CfnBackupVault.Builder.lockConfiguration(IResolvable lockConfiguration)
Configuration for [AWS Backup Vault Lock](https://docs.aws.amazon.com/aws-backup/latest/devguide/vault-lock.html) .
|
CfnBackupVault.Builder |
CfnBackupVault.Builder.notifications(CfnBackupVault.NotificationObjectTypeProperty notifications)
The SNS event notifications for the specified backup vault.
|
CfnBackupVault.Builder |
CfnBackupVault.Builder.notifications(IResolvable notifications)
The SNS event notifications for the specified backup vault.
|
Copyright © 2022. All rights reserved.