aws.amplify.get_webhook
Example SQL Queries
SELECT * FROMaws.amplify.get_webhookWHERE"webhook_id" = 'VALUE';Description
Returns the webhook information that corresponds to a specified webhook ID.
Table Definition
| Column Name | Column Data Type |
|---|---|
| webhook_id Required Input Column The unique ID for a webhook. | 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 |
| webhook Describes the structure of a webhook. | STRUCT( |
Show child fields
| |