aws.location.describe_key
Example SQL Queries
SELECT * FROMaws.location.describe_keyWHERE"key_name" = 'VALUE';Description
Retrieves the API key resource details.
Table Definition
| Column Name | Column Data Type |
|---|---|
| key_name Required Input Column The name of the API key resource. | 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
| |
| create_time The timestamp for when the API key resource 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 The key value/string of an API key. | VARCHAR |
| key_arn The Amazon Resource Name (ARN) for the API key resource. Used when you need to specify a resource across all Amazon Web Services.
| VARCHAR |
| restrictions API Restrictions on the allowed actions, resources, and referers for an API key resource. | STRUCT( |
Show child fields
| |
| tags Tags associated with the API key resource. | MAP(VARCHAR, VARCHAR) |
| update_time The timestamp for when the API key resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ. | TIMESTAMP_S |