@Generated(value="jsii-pacmak/1.27.0 (build 07d848a)", date="2021-04-12T10:04:22.316Z") @Stability(value=Stable) public class CfnMapping extends CfnRefElement
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnMapping.Builder
A fluent builder for
CfnMapping. |
software.amazon.jsii.JsiiObject.InitializationModeIConstruct.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
CfnMapping(software.constructs.Construct scope,
String id) |
|
CfnMapping(software.constructs.Construct scope,
String id,
CfnMappingProps props) |
protected |
CfnMapping(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnMapping(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
findInMap(String key1,
String key2) |
void |
setValue(String key1,
String key2,
Object value)
Sets a value in the map based on the two keys.
|
getRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected CfnMapping(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnMapping(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnMapping(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
CfnMappingProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Stable)
public CfnMapping(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.Copyright © 2021. All rights reserved.