aws.appsync.list_api_keys
Example SQL Queries
SELECT * FROMaws.appsync.list_api_keysWHERE"api_id" = 'VALUE';Description
Lists the API keys for a given API.
API keys are deleted automatically 60 days after they expire. However, they may still be included in the response until they have actually been deleted. You can safely call DeleteApiKey to manually delete a key before it's automatically deleted.
Table Definition
| Column Name | Column Data Type |
|---|---|
| api_id Required Input Column The API ID. | VARCHAR |
| _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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| deletes The time after which the API key is deleted. The date is represented as seconds since the epoch, rounded down to the nearest hour. | BIGINT |
| description A description of the purpose of the API key. | VARCHAR |
| expires The time after which the API key expires. The date is represented as seconds since the epoch, rounded down to the nearest hour. | BIGINT |
| id The API key ID. | VARCHAR |