Map Args
data class MapArgs(val configuration: Output<MapConfigurationArgs>? = null, val description: Output<String>? = null, val mapName: Output<String>? = null, val pricingPlan: Output<MapPricingPlan>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<MapArgs>
Definition of AWS::Location::Map Resource Type
Constructors
Link copied to clipboard
constructor(configuration: Output<MapConfigurationArgs>? = null, description: Output<String>? = null, mapName: Output<String>? = null, pricingPlan: Output<MapPricingPlan>? = null, tags: Output<List<TagArgs>>? = null)
Properties
Link copied to clipboard
Specifies the MapConfiguration
, including the map style, for the map resource that you create. The map style defines the look of maps and the data provider for your map resource.
Link copied to clipboard
An optional description for the map resource.
Link copied to clipboard
No longer used. If included, the only allowed value is RequestBasedUsage
. Allowed Values : RequestBasedUsage