MapConfigurationArgs

data class MapConfigurationArgs(val style: Output<String>) : ConvertibleToJava<MapConfigurationArgs>

Constructors

Link copied to clipboard
fun MapConfigurationArgs(style: Output<String>)

Functions

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

Properties

Link copied to clipboard
val style: Output<String>

Specifies the map style selected from an available data provider. Valid values can be found in the Location Service CreateMap API Reference.