Class CfnBackupVaultProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.backup.CfnBackupVaultProps.Jsii$Proxy
- All Implemented Interfaces:
CfnBackupVaultProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnBackupVaultProps
@Stability(Stable)
@Internal
public static final class CfnBackupVaultProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBackupVaultProps
An implementation for
CfnBackupVaultProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.backup.CfnBackupVaultProps
CfnBackupVaultProps.Builder, CfnBackupVaultProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnBackupVaultProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnBackupVaultProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectA resource-based policy that is used to manage access permissions on the target backup vault.final StringThe name of a logical container where backups are stored.final ObjectMetadata that you can assign to help organize the resources that you create.final StringA server-side encryption key you can specify to encrypt your backups from services that support full AWS Backup management;final ObjectConfiguration for AWS Backup Vault Lock .final ObjectThe SNS event notifications for the specified backup vault.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnBackupVaultProps.Builder.
-
-
Method Details
-
getBackupVaultName
Description copied from interface:CfnBackupVaultPropsThe name of a logical container where backups are stored.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.
- Specified by:
getBackupVaultNamein interfaceCfnBackupVaultProps
-
getAccessPolicy
Description copied from interface:CfnBackupVaultPropsA resource-based policy that is used to manage access permissions on the target backup vault.- Specified by:
getAccessPolicyin interfaceCfnBackupVaultProps
-
getBackupVaultTags
Description copied from interface:CfnBackupVaultPropsMetadata that you can assign to help organize the resources that you create.Each tag is a key-value pair.
- Specified by:
getBackupVaultTagsin interfaceCfnBackupVaultProps
-
getEncryptionKeyArn
Description copied from interface:CfnBackupVaultPropsA server-side encryption key you can specify to encrypt your backups from services that support full AWS Backup management;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
- Specified by:
getEncryptionKeyArnin interfaceCfnBackupVaultProps
-
getLockConfiguration
Description copied from interface:CfnBackupVaultPropsConfiguration for AWS Backup Vault Lock .- Specified by:
getLockConfigurationin interfaceCfnBackupVaultProps
-
getNotifications
Description copied from interface:CfnBackupVaultPropsThe SNS event notifications for the specified backup vault.- Specified by:
getNotificationsin interfaceCfnBackupVaultProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-