@Stability(value=Stable) public static final class CfnBackupVault.Builder extends Object implements software.amazon.jsii.Builder<CfnBackupVault>
CfnBackupVault.| Modifier and Type | Method and Description |
|---|---|
CfnBackupVault.Builder |
accessPolicy(Object accessPolicy)
A resource-based policy that is used to manage access permissions on the target backup vault.
|
CfnBackupVault.Builder |
backupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
CfnBackupVault.Builder |
backupVaultTags(IResolvable backupVaultTags)
Metadata that you can assign to help organize the resources that you create.
|
CfnBackupVault.Builder |
backupVaultTags(Map<String,String> backupVaultTags)
Metadata that you can assign to help organize the resources that you create.
|
CfnBackupVault |
build() |
static CfnBackupVault.Builder |
create(Construct scope,
String id) |
CfnBackupVault.Builder |
encryptionKeyArn(String encryptionKeyArn)
The server-side encryption key that is used to protect your backups;
|
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 |
lockConfiguration(IResolvable lockConfiguration)
Configuration for [AWS Backup Vault Lock](https://docs.aws.amazon.com/aws-backup/latest/devguide/vault-lock.html) .
|
CfnBackupVault.Builder |
notifications(CfnBackupVault.NotificationObjectTypeProperty notifications)
The SNS event notifications for the specified backup vault.
|
CfnBackupVault.Builder |
notifications(IResolvable notifications)
The SNS event notifications for the specified backup vault.
|
@Stability(value=Stable) public static CfnBackupVault.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnBackupVault.LockConfigurationTypeProperty.Builder.@Stability(value=Stable) public CfnBackupVault.Builder backupVaultName(String backupVaultName)
Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
backupVaultName - The name of a logical container where backups are stored. This parameter is required.this@Stability(value=Stable) public CfnBackupVault.Builder accessPolicy(Object accessPolicy)
accessPolicy - A resource-based policy that is used to manage access permissions on the target backup vault. This parameter is required.this@Stability(value=Stable) public CfnBackupVault.Builder backupVaultTags(IResolvable backupVaultTags)
Each tag is a key-value pair.
backupVaultTags - Metadata that you can assign to help organize the resources that you create. This parameter is required.this@Stability(value=Stable) public CfnBackupVault.Builder backupVaultTags(Map<String,String> backupVaultTags)
Each tag is a key-value pair.
backupVaultTags - Metadata that you can assign to help organize the resources that you create. This parameter is required.this@Stability(value=Stable) public CfnBackupVault.Builder encryptionKeyArn(String encryptionKeyArn)
for example, arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab .
encryptionKeyArn - The server-side encryption key that is used to protect your backups;. This parameter is required.this@Stability(value=Stable) public CfnBackupVault.Builder lockConfiguration(CfnBackupVault.LockConfigurationTypeProperty lockConfiguration)
lockConfiguration - Configuration for [AWS Backup Vault Lock](https://docs.aws.amazon.com/aws-backup/latest/devguide/vault-lock.html) . This parameter is required.this@Stability(value=Stable) public CfnBackupVault.Builder lockConfiguration(IResolvable lockConfiguration)
lockConfiguration - Configuration for [AWS Backup Vault Lock](https://docs.aws.amazon.com/aws-backup/latest/devguide/vault-lock.html) . This parameter is required.this@Stability(value=Stable) public CfnBackupVault.Builder notifications(CfnBackupVault.NotificationObjectTypeProperty notifications)
notifications - The SNS event notifications for the specified backup vault. This parameter is required.this@Stability(value=Stable) public CfnBackupVault.Builder notifications(IResolvable notifications)
notifications - The SNS event notifications for the specified backup vault. This parameter is required.this@Stability(value=Stable) public CfnBackupVault build()
build in interface software.amazon.jsii.Builder<CfnBackupVault>Copyright © 2022. All rights reserved.