aws.ds.describe_event_topics
Example SQL Queries
SELECT * FROMaws.ds.describe_event_topics;Description
Obtains information about which Amazon SNS topics receive status messages from the specified directory.
If no input parameters are provided, such as DirectoryId or TopicName, this request describes all of the associations in the account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| directory_id Input Column The Directory ID for which to get the list of associated Amazon SNS topics. If this member is null, associations for all Directory IDs are returned. | VARCHAR |
| topic_names Input Column A list of Amazon SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned. An empty list results in an InvalidParameterException being thrown. | VARCHAR[] |
Show child fields
| |
| _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 |
| event_topics A list of Amazon SNS topic names that receive status messages from the specified Directory ID. | STRUCT( |
Show child fields
| |