@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.176Z") @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")
.pricingPlan("pricingPlan")
// the properties below are optional
.description("description")
.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()
`AWS::Location::Map.Configuration`.
|
default String |
getDescription()
`AWS::Location::Map.Description`.
|
String |
getMapName()
`AWS::Location::Map.MapName`.
|
String |
getPricingPlan()
`AWS::Location::Map.PricingPlan`.
|
@Stability(value=Stable) @NotNull Object getConfiguration()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull String getMapName()
@Stability(value=Stable) @NotNull String getPricingPlan()
@Stability(value=Stable) static CfnMapProps.Builder builder()
CfnMapProps.Builder of CfnMapPropsCopyright © 2021. All rights reserved.