@Stability(value=Experimental) public static final class CfnMapping.Builder extends Object implements software.amazon.jsii.Builder<CfnMapping>
CfnMapping.| Modifier and Type | Method and Description |
|---|---|
CfnMapping |
build() |
static CfnMapping.Builder |
create(software.constructs.Construct scope,
String id) |
CfnMapping.Builder |
mapping(Map<String,? extends Map<String,? extends Object>> mapping)
(experimental) Mapping of key to a set of corresponding set of named values.
|
@Stability(value=Experimental) public static CfnMapping.Builder create(software.constructs.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.CfnMapping.Builder.@Stability(value=Experimental) public CfnMapping.Builder mapping(Map<String,? extends Map<String,? extends Object>> mapping)
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.
mapping - Mapping of key to a set of corresponding set of named values. This parameter is required.this@Stability(value=Experimental) public CfnMapping build()
build in interface software.amazon.jsii.Builder<CfnMapping>Copyright © 2021. All rights reserved.