Data Source: awsLocationMap
Retrieve information about a Location Service Map.
Example Usage
/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsLocationMap.DataAwsLocationMap(this, "example", {
mapName: "example",
});
Argument Reference
mapName
- (Required) Name of the map resource.
Attribute Reference
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.createTime
- Timestamp for when the map resource was created in ISO 8601 format.description
- Optional description for the map resource.mapArn
- ARN for the map resource.tags
- Key-value map of resource tags for the map.updateTime
- Timestamp for when the map resource was last updated in ISO 8601 format.