map_tags
Expands all tag keys and values for maps
in a region
Overview
Name | map_tags |
Type | Resource |
Description | Definition of AWS::Location::Map Resource Type |
Id | aws.location.map_tags |
Fields
Name | Datatype | Description |
---|---|---|
configuration | object | |
create_time | string | The datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ) |
description | string | |
map_arn | string | |
map_name | string | |
pricing_plan | string | |
update_time | string | The datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ) |
arn | string | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all maps
in a region.
SELECT
region,
configuration,
create_time,
description,
map_arn,
map_name,
pricing_plan,
update_time,
arn,
tag_key,
tag_value
FROM aws.location.map_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the map_tags
resource, see maps