MapArgs

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
val configuration: Output<MapConfigurationArgs>? = null

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
val description: Output<String>? = null

An optional description for the map resource.

Link copied to clipboard
val mapName: Output<String>? = null

The name for the map resource. Requirements:

Link copied to clipboard
val pricingPlan: Output<MapPricingPlan>? = null

No longer used. If included, the only allowed value is RequestBasedUsage . Allowed Values : RequestBasedUsage

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

Functions

Link copied to clipboard
open override fun toJava(): MapArgs