Skip to main content

api_key_tags

Expands all tag keys and values for api_keys in a region

Overview

Nameapi_key_tags
TypeResource
DescriptionDefinition of AWS::Location::APIKey Resource Type
Idaws.location.api_key_tags

Fields

NameDatatypeDescription
create_timestringThe datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ)
descriptionstring
expire_timestringThe datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ)
force_updateboolean
key_arnstring
key_namestring
no_expiryboolean
restrictionsobject
update_timestringThe datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ)
force_deleteboolean
arnstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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