Class CfnBackupVaultMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnBackupVaultMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBackupVaultMixinProps
CfnBackupVaultMixinProps-
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.mixins.preview.services.backup.mixins.CfnBackupVaultMixinProps
CfnBackupVaultMixinProps.Builder, CfnBackupVaultMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBackupVaultMixinProps.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.The tags to assign to the backup vault.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 theCfnBackupVaultMixinProps.Builder.
-
-
Method Details
-
getAccessPolicy
Description copied from interface:CfnBackupVaultMixinPropsA resource-based policy that is used to manage access permissions on the target backup vault.- Specified by:
getAccessPolicyin interfaceCfnBackupVaultMixinProps- See Also:
-
getBackupVaultName
Description copied from interface:CfnBackupVaultMixinPropsThe 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.
- Specified by:
getBackupVaultNamein interfaceCfnBackupVaultMixinProps- See Also:
-
getBackupVaultTags
Description copied from interface:CfnBackupVaultMixinPropsThe tags to assign to the backup vault.- Specified by:
getBackupVaultTagsin interfaceCfnBackupVaultMixinProps- See Also:
-
getEncryptionKeyArn
Description copied from interface:CfnBackupVaultMixinPropsA 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 interfaceCfnBackupVaultMixinProps- See Also:
-
getLockConfiguration
Description copied from interface:CfnBackupVaultMixinPropsConfiguration for AWS Backup Vault Lock .Returns union: either
IResolvableorCfnBackupVaultPropsMixin.LockConfigurationTypeProperty- Specified by:
getLockConfigurationin interfaceCfnBackupVaultMixinProps- See Also:
-
getNotifications
Description copied from interface:CfnBackupVaultMixinPropsThe SNS event notifications for the specified backup vault.Returns union: either
IResolvableorCfnBackupVaultPropsMixin.NotificationObjectTypeProperty- Specified by:
getNotificationsin interfaceCfnBackupVaultMixinProps- See Also:
-
$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()
-