aws.appsync.get_graphql_api_environment_variables
Example SQL Queries
SELECT * FROMaws.appsync.get_graphql_api_environment_variablesWHERE"api_id" = 'VALUE';Description
Retrieves the list of environmental variable key-value pairs associated with an API by its ID value.
Table Definition
| Column Name | Column Data Type |
|---|---|
| api_id Required Input Column The ID of the API from which the environmental variable list will be retrieved. | 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 |
| environment_variables The payload containing each environmental variable in the "key" : "value" format. | MAP(VARCHAR, VARCHAR) |