Class CfnServerlessCacheSnapshotMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.elasticache.CfnServerlessCacheSnapshotMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnServerlessCacheSnapshotMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServerlessCacheSnapshotMixinProps
@Stability(Stable)
@Internal
public static final class CfnServerlessCacheSnapshotMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServerlessCacheSnapshotMixinProps
An implementation for
CfnServerlessCacheSnapshotMixinProps-
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.cfnpropertymixins.services.elasticache.CfnServerlessCacheSnapshotMixinProps
CfnServerlessCacheSnapshotMixinProps.Builder, CfnServerlessCacheSnapshotMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServerlessCacheSnapshotMixinProps.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 StringThe Amazon Resource Name (ARN) of the AWS KMS key used to encrypt the snapshot.final StringThe name of an existing serverless cache.final StringThe name of the serverless cache snapshot.getTags()A list of tags to be added to the serverless cache snapshot resource.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 theCfnServerlessCacheSnapshotMixinProps.Builder.
-
-
Method Details
-
getKmsKeyId
Description copied from interface:CfnServerlessCacheSnapshotMixinPropsThe Amazon Resource Name (ARN) of the AWS KMS key used to encrypt the snapshot.Provide the key ARN: the resource returns the key ARN on read, so supplying a bare key ID or alias for this createOnly property may be reported as drift by CloudFormation.
- Specified by:
getKmsKeyIdin interfaceCfnServerlessCacheSnapshotMixinProps- See Also:
-
getServerlessCacheName
Description copied from interface:CfnServerlessCacheSnapshotMixinPropsThe name of an existing serverless cache.The snapshot is created from this cache.
- Specified by:
getServerlessCacheNamein interfaceCfnServerlessCacheSnapshotMixinProps- See Also:
-
getServerlessCacheSnapshotName
Description copied from interface:CfnServerlessCacheSnapshotMixinPropsThe name of the serverless cache snapshot.Must be unique for the customer account. This value is stored as a lowercase string.
- Specified by:
getServerlessCacheSnapshotNamein interfaceCfnServerlessCacheSnapshotMixinProps- See Also:
-
getTags
Description copied from interface:CfnServerlessCacheSnapshotMixinPropsA list of tags to be added to the serverless cache snapshot resource.- Specified by:
getTagsin interfaceCfnServerlessCacheSnapshotMixinProps- 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()
-