Class CfnServerlessCacheSnapshotProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticache.CfnServerlessCacheSnapshotProps.Jsii$Proxy
- All Implemented Interfaces:
CfnServerlessCacheSnapshotProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServerlessCacheSnapshotProps
@Stability(Stable)
@Internal
public static final class CfnServerlessCacheSnapshotProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServerlessCacheSnapshotProps
An implementation for
CfnServerlessCacheSnapshotProps-
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.elasticache.CfnServerlessCacheSnapshotProps
CfnServerlessCacheSnapshotProps.Builder, CfnServerlessCacheSnapshotProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServerlessCacheSnapshotProps.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 theCfnServerlessCacheSnapshotProps.Builder.
-
-
Method Details
-
getServerlessCacheName
Description copied from interface:CfnServerlessCacheSnapshotPropsThe name of an existing serverless cache.The snapshot is created from this cache.
- Specified by:
getServerlessCacheNamein interfaceCfnServerlessCacheSnapshotProps- See Also:
-
getServerlessCacheSnapshotName
Description copied from interface:CfnServerlessCacheSnapshotPropsThe name of the serverless cache snapshot.Must be unique for the customer account. This value is stored as a lowercase string.
- Specified by:
getServerlessCacheSnapshotNamein interfaceCfnServerlessCacheSnapshotProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnServerlessCacheSnapshotPropsThe 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 interfaceCfnServerlessCacheSnapshotProps- See Also:
-
getTags
Description copied from interface:CfnServerlessCacheSnapshotPropsA list of tags to be added to the serverless cache snapshot resource.- Specified by:
getTagsin interfaceCfnServerlessCacheSnapshotProps- 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()
-