public static final class CfnMappingProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMappingProps
CfnMappingProps
CfnMappingProps.Builder, CfnMappingProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Boolean |
getLazy() |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> |
getMapping()
Mapping of key to a set of corresponding set of named values.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Boolean getLazy()
getLazy
in interface CfnMappingProps
public final java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> getMapping()
CfnMappingProps
The 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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()