MapConfigurationArgs

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

Constructors

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

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.

Functions

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