@Stability(value=Stable) @Internal public static final class CfnBackupVaultProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBackupVaultProps
CfnBackupVaultPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnBackupVaultProps.Builder, CfnBackupVaultProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnBackupVaultProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnBackupVaultProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAccessPolicy()
A resource-based policy that is used to manage access permissions on the target backup vault.
|
String |
getBackupVaultName()
The name of a logical container where backups are stored.
|
Object |
getBackupVaultTags()
Metadata that you can assign to help organize the resources that you create.
|
String |
getEncryptionKeyArn()
A server-side encryption key you can specify to encrypt your backups from services that support full AWS Backup management;
|
Object |
getLockConfiguration()
Configuration for [AWS Backup Vault Lock](https://docs.aws.amazon.com/aws-backup/latest/devguide/vault-lock.html) .
|
Object |
getNotifications()
The SNS event notifications for the specified backup vault.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnBackupVaultProps.Builder builder)
CfnBackupVaultProps.Builder.public final String getBackupVaultName()
CfnBackupVaultPropsBackup 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.
getBackupVaultName in interface CfnBackupVaultPropspublic final Object getAccessPolicy()
CfnBackupVaultPropsgetAccessPolicy in interface CfnBackupVaultPropspublic final Object getBackupVaultTags()
CfnBackupVaultPropsEach tag is a key-value pair.
getBackupVaultTags in interface CfnBackupVaultPropspublic final String getEncryptionKeyArn()
CfnBackupVaultProps
for example, arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab . If you specify a key, you must specify its ARN, not its alias. If you do not specify a key, AWS Backup creates a KMS key for you by default.
To learn which AWS Backup services support full AWS Backup management and how AWS Backup handles encryption for backups from services that do not yet support full AWS Backup , see Encryption for backups in AWS Backup
getEncryptionKeyArn in interface CfnBackupVaultPropspublic final Object getLockConfiguration()
CfnBackupVaultPropsgetLockConfiguration in interface CfnBackupVaultPropspublic final Object getNotifications()
CfnBackupVaultPropsgetNotifications in interface CfnBackupVaultProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.