getMap

suspend fun getMap(argument: GetMapPlainArgs): GetMapResult

Definition of AWS::Location::Map Resource Type

Return

null

Parameters

argument

null


suspend fun getMap(mapName: String): GetMapResult

Return

null

Parameters

mapName

The name for the map resource. Requirements:

  • Must contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).

  • Must be a unique map resource name.

  • No spaces allowed. For example, ExampleMap .

See also


suspend fun getMap(argument: suspend GetMapPlainArgsBuilder.() -> Unit): GetMapResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.location.kotlin.inputs.GetMapPlainArgs.

See also