aws.apigateway.get_api_key
Example SQL Queries
SELECT * FROMaws.apigateway.get_api_keyWHERE"api_key" = 'VALUE';Description
Gets information about the current ApiKey resource.
Table Definition
| Column Name | Column Data Type |
|---|---|
| api_key Required Input Column The identifier of the ApiKey resource. | VARCHAR |
| include_value Input Column A boolean flag to specify whether (true) or not (false) the result contains the key value. | BOOLEAN |
| _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 |
| created_date The timestamp when the API Key was created. | TIMESTAMP_S |
| customer_id An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace. | VARCHAR |
| description The description of the API Key. | VARCHAR |
| enabled Specifies whether the API Key can be used by callers. | BOOLEAN |
| id The identifier of the API Key. | VARCHAR |
| last_updated_date The timestamp when the API Key was last updated. | TIMESTAMP_S |
| name The name of the API Key. | VARCHAR |
| stage_keys A list of Stage resources that are associated with the ApiKey resource. | VARCHAR[] |
Show child fields
| |
| tags The collection of tags. Each tag element is associated with a given resource. | MAP(VARCHAR, VARCHAR) |
| value The value of the API Key. | VARCHAR |