Class KeyValueStoreProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudfront.KeyValueStoreProps.Jsii$Proxy
- All Implemented Interfaces:
KeyValueStoreProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
KeyValueStoreProps
@Stability(Stable)
@Internal
public static final class KeyValueStoreProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements KeyValueStoreProps
An implementation for
KeyValueStoreProps-
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.cloudfront.KeyValueStoreProps
KeyValueStoreProps.Builder, KeyValueStoreProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(KeyValueStoreProps.Builder builder) Constructor that initializes the object based on literal property values passed by theKeyValueStoreProps.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 StringA comment for the Key Value Store.final StringThe unique name of the Key Value Store.final ImportSourceThe import source for the Key Value Store.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 theKeyValueStoreProps.Builder.
-
-
Method Details
-
getComment
Description copied from interface:KeyValueStorePropsA comment for the Key Value Store.Default: No comment will be specified
- Specified by:
getCommentin interfaceKeyValueStoreProps
-
getKeyValueStoreName
Description copied from interface:KeyValueStorePropsThe unique name of the Key Value Store.Default: A generated name
- Specified by:
getKeyValueStoreNamein interfaceKeyValueStoreProps
-
getSource
Description copied from interface:KeyValueStorePropsThe import source for the Key Value Store.This will populate the initial items in the Key Value Store. The source data must be in a valid JSON format.
Default: No data will be imported to the store
- Specified by:
getSourcein interfaceKeyValueStoreProps
-
$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()
-