api_key_tags
Expands all tag keys and values for api_keys
in a region
Overview
Name | api_key_tags |
Type | Resource |
Description | Definition of AWS::Location::APIKey Resource Type |
Id | aws.location.api_key_tags |
Fields
Name | Datatype | Description |
---|---|---|
create_time | string | The datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ) |
description | string | |
expire_time | string | The datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ) |
force_update | boolean | |
key_arn | string | |
key_name | string | |
no_expiry | boolean | |
restrictions | object | |
update_time | string | The datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ) |
force_delete | boolean | |
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 api_keys
in a region.
SELECT
region,
create_time,
description,
expire_time,
force_update,
key_arn,
key_name,
no_expiry,
restrictions,
update_time,
force_delete,
arn,
tag_key,
tag_value
FROM aws.location.api_key_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the api_key_tags
resource, see api_keys