Definition of AWS::Location::Map Resource Type
resource "awscc_location_map" "example" {
map_name = "example"
configuration = {
style = "VectorHereExplore"
}
}
configuration
(Attributes) (see below for nested schema)map_name
(String)description
(String)pricing_plan
(String)tags
(Attributes Set) An array of key-value pairs to apply to this resource. (see below for nested schema)arn
(String)create_time
(String) The datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ)id
(String) Uniquely identifies the resource.map_arn
(String)update_time
(String) The datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ)configuration
Required:
style
(String)Optional:
custom_layers
(List of String)political_view
(String)tags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.value
(String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.Import is supported using the following syntax:
$ terraform import awscc_location_map.example <resource ID>