public static final class CfnBackupVaultProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBackupVaultProps
CfnBackupVaultProps
CfnBackupVaultProps.Builder, CfnBackupVaultProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getAccessPolicy()
A resource-based policy that is used to manage access permissions on the target backup vault.
|
java.lang.String |
getBackupVaultName()
The name of a logical container where backups are stored.
|
java.lang.Object |
getBackupVaultTags()
Metadata that you can assign to help organize the resources that you create.
|
java.lang.String |
getEncryptionKeyArn()
A server-side encryption key you can specify to encrypt your backups from services that support full AWS Backup management;
|
java.lang.Object |
getLockConfiguration()
Configuration for [AWS Backup Vault Lock](https://docs.aws.amazon.com/aws-backup/latest/devguide/vault-lock.html) .
|
java.lang.Object |
getNotifications()
The SNS event notifications for the specified backup vault.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getBackupVaultName()
CfnBackupVaultProps
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.
getBackupVaultName
in interface CfnBackupVaultProps
public final java.lang.Object getAccessPolicy()
CfnBackupVaultProps
getAccessPolicy
in interface CfnBackupVaultProps
public final java.lang.Object getBackupVaultTags()
CfnBackupVaultProps
Each tag is a key-value pair.
getBackupVaultTags
in interface CfnBackupVaultProps
public final java.lang.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 CfnBackupVaultProps
public final java.lang.Object getLockConfiguration()
CfnBackupVaultProps
getLockConfiguration
in interface CfnBackupVaultProps
public final java.lang.Object getNotifications()
CfnBackupVaultProps
getNotifications
in interface CfnBackupVaultProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()