aws.amplifybackend.get_token
Example SQL Queries
SELECT * FROMaws.amplifybackend.get_tokenWHERE"session_id" = 'VALUE'AND "app_id" = 'VALUE';Description
Gets the challenge token based on the given appId and sessionId.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_id Required Input Column The app ID. | VARCHAR |
| session_id Required Input Column A unique ID provided when creating a new challenge token. | 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 |
| challenge_code The one-time challenge code for authenticating into the Amplify Admin UI. | VARCHAR |
| ttl The expiry time for the one-time generated token code. | VARCHAR |