aws.appsync.get_schema_creation_status
Example SQL Queries
SELECT * FROMaws.appsync.get_schema_creation_statusWHERE"api_id" = 'VALUE';Description
Retrieves the current status of a schema creation operation.
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 |
| details Detailed information about the status of the schema creation operation. | VARCHAR |
| status The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data. | VARCHAR |