@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-15T23:35:45.934Z") @Stability(value=Stable) public class CfnMapping extends CfnRefElement
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnMapping.Builder
A fluent builder for
CfnMapping. |
| Modifier | Constructor and Description |
|---|---|
|
CfnMapping(Construct scope,
String id) |
|
CfnMapping(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, jsiiStaticSetprotected CfnMapping(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnMapping(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnMapping(@NotNull
Construct scope,
@NotNull
String id,
@Nullable
CfnMappingProps props)
scope - This parameter is required.id - This parameter is required.props - Copyright © 2020. All rights reserved.