@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:40.397Z") @Stability(value=Experimental) public interface CfnMappingProps extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.core.*;
Object mapping;
CfnMappingProps cfnMappingProps = CfnMappingProps.builder()
.lazy(false)
.mapping(Map.of(
"mappingKey", Map.of(
"mappingKey", mapping)))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMappingProps.Builder
A builder for
CfnMappingProps |
static class |
CfnMappingProps.Jsii$Proxy
An implementation for
CfnMappingProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnMappingProps.Builder |
builder() |
default Boolean |
getLazy() |
default Map<String,Map<String,Object>> |
getMapping()
(experimental) Mapping of key to a set of corresponding set of named values.
|
@Stability(value=Experimental) @Nullable default Boolean getLazy()
@Stability(value=Experimental) @Nullable default Map<String,Map<String,Object>> getMapping()
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.
@Stability(value=Experimental) static CfnMappingProps.Builder builder()
CfnMappingProps.Builder of CfnMappingPropsCopyright © 2022. All rights reserved.