aws.amplify.list_webhooks
Example SQL Queries
SELECT * FROMaws.amplify.list_webhooksWHERE"app_id" = 'VALUE';Description
Returns a list of webhooks for an Amplify app.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_id Required Input Column The unique ID for an Amplify app. | VARCHAR |
| max_results Input Column The maximum number of records to list in a single response. | BIGINT |
| next_token Input Column A pagination token. If non-null, the pagination token is returned in a result. Pass its value in another request to retrieve more entries. | 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 |
| webhooks A list of webhooks. | STRUCT( |
Show child fields
| |