@Generated(value="jsii-pacmak/1.11.0 (build 1e9b8e1)", date="2020-09-13T06:02:40.349Z") @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.
|
getRef
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet
protected 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.