@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.675Z") @Stability(value=Stable) public interface CfnMapProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.location.*;
CfnMapProps cfnMapProps = CfnMapProps.builder()
.configuration(MapConfigurationProperty.builder()
.style("style")
.build())
.mapName("mapName")
// the properties below are optional
.description("description")
.pricingPlan("pricingPlan")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMapProps.Builder
A builder for
CfnMapProps |
static class |
CfnMapProps.Jsii$Proxy
An implementation for
CfnMapProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnMapProps.Builder |
builder() |
Object |
getConfiguration()
Specifies the map style selected from an available data provider.
|
default String |
getDescription()
An optional description for the map resource.
|
String |
getMapName()
The name for the map resource.
|
default String |
getPricingPlan()
No longer used.
|
@Stability(value=Stable) @NotNull Object getConfiguration()
@Stability(value=Stable) @NotNull String getMapName()
Requirements:
ExampleMap .@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getPricingPlan()
Allowed Values : RequestBasedUsage
@Stability(value=Stable) static CfnMapProps.Builder builder()
CfnMapProps.Builder of CfnMapPropsCopyright © 2022. All rights reserved.