@Stability(value=Stable) @Internal public static final class CfnMappingProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMappingProps
CfnMappingPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnMappingProps.Builder, CfnMappingProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnMappingProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnMappingProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getLazy() |
Map<String,Map<String,Object>> |
getMapping()
Mapping of key to a set of corresponding set of named values.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnMappingProps.Builder builder)
CfnMappingProps.Builder.public final Boolean getLazy()
getLazy in interface CfnMappingPropspublic final Map<String,Map<String,Object>> getMapping()
CfnMappingPropsThe key identifies a map of name-value pairs and must be unique within the mapping.
For example, if you want to set values based on a region, you can create a mapping that uses the region name as a key and contains the values you want to specify for each specific region.
Default: - No mapping.
getMapping in interface CfnMappingProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.