| Modifier and Type | Method and Description |
|---|---|
CfnMap |
build() |
CfnMap.Builder |
configuration(CfnMap.MapConfigurationProperty configuration)
Specifies the map style selected from an available data provider.
|
CfnMap.Builder |
configuration(IResolvable configuration)
Specifies the map style selected from an available data provider.
|
static CfnMap.Builder |
create(software.constructs.Construct scope,
String id) |
CfnMap.Builder |
description(String description)
An optional description for the map resource.
|
CfnMap.Builder |
mapName(String mapName)
The name for the map resource.
|
CfnMap.Builder |
pricingPlan(String pricingPlan)
No longer used.
|
@Stability(value=Stable) public static CfnMap.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnMap.MapConfigurationProperty.Builder.@Stability(value=Stable) public CfnMap.Builder configuration(CfnMap.MapConfigurationProperty configuration)
configuration - Specifies the map style selected from an available data provider. This parameter is required.this@Stability(value=Stable) public CfnMap.Builder configuration(IResolvable configuration)
configuration - Specifies the map style selected from an available data provider. This parameter is required.this@Stability(value=Stable) public CfnMap.Builder mapName(String mapName)
Requirements:
ExampleMap .mapName - The name for the map resource. This parameter is required.this@Stability(value=Stable) public CfnMap.Builder description(String description)
description - An optional description for the map resource. This parameter is required.this@Stability(value=Stable) public CfnMap.Builder pricingPlan(String pricingPlan)
Allowed Values : RequestBasedUsage
pricingPlan - No longer used. If included, the only allowed value is `RequestBasedUsage` . This parameter is required.thisCopyright © 2022. All rights reserved.