Skip to main content

api_keys_list_only

Lists api_keys in a region or regions, for all properties use api_keys

Overview

Nameapi_keys_list_only
TypeResource
DescriptionDefinition of AWS::Location::APIKey Resource Type
Idaws.location.api_keys_list_only

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
tagsarrayAn array of key-value pairs to apply to this resource.
update_timestringThe datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ)
force_deleteboolean
arnstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all api_keys in a region.

SELECT
region,
key_name
FROM aws.location.api_keys_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the api_keys_list_only resource, see api_keys