Retrieve information about a Location Service Map.
data "aws_location_map" "example" {
map_name = "example"
}
map_name
- (Required) Name of the map resource.This data source exports the following attributes in addition to the arguments above:
configuration
- List of configurations that specify the map tile style selected from a partner data provider.
style
- The map style selected from an available data provider.create_time
- Timestamp for when the map resource was created in ISO 8601 format.description
- Optional description for the map resource.map_arn
- ARN for the map resource.tags
- Key-value map of resource tags for the map.update_time
- Timestamp for when the map resource was last updated in ISO 8601 format.