api_keys_list_only
Lists api_keys
in a region or regions, for all properties use api_keys
Overview
Name | api_keys_list_only |
Type | Resource |
Description | Definition of AWS::Location::APIKey Resource Type |
Id | aws.location.api_keys_list_only |
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 | |
tags | array | An array of key-value pairs to apply to this resource. |
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 | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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