aws.workdocs.describe_notification_subscriptions
Example SQL Queries
SELECT * FROMaws.workdocs.describe_notification_subscriptionsWHERE"organization_id" = 'VALUE';Description
Lists the specified notification subscriptions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| organization_id Required Input Column The ID of the organization. | 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 |
| end_point The endpoint of the subscription. | VARCHAR |
| protocol The protocol of the subscription. | VARCHAR |
| subscription_id The ID of the subscription. | VARCHAR |