| 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(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)
Specifies the pricing plan for your map resource.
|
@Stability(value=Stable) public static CfnMap.Builder create(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 pricingPlan(String pricingPlan)
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page .
pricingPlan - Specifies the pricing plan for your 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.thisCopyright © 2022. All rights reserved.