aws.location.list_keys
Example SQL Queries
SELECT * FROMaws.location.list_keys;Description
Lists API key resources in your Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filter Input Column Optionally filter the list to only Active or Expired API keys. | STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| create_time The timestamp of when the API key was created, in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ. | TIMESTAMP_S |
| description The optional description for the API key resource. | VARCHAR |
| expire_time The timestamp for when the API key resource will expire, in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ. | TIMESTAMP_S |
| key_name The name of the API key resource. | VARCHAR |
| restrictions API Restrictions on the allowed actions, resources, and referers for an API key resource. | STRUCT( |
Show child fields
| |
| update_time The timestamp of when the API key was last updated, in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ. | TIMESTAMP_S |