aws.events.list_event_sources
Example SQL Queries
SELECT * FROMaws.events.list_event_sources;Description
You can use this to see all the partner event sources that have been shared with your Amazon Web Services account. For more information about partner event sources, see CreateEventBus.
Table Definition
| Column Name | Column Data Type |
|---|---|
| limit Input Column Specifying this limits the number of results returned by this operation. The operation also returns a NextToken which you can use in a subsequent operation to retrieve the next set of results. | BIGINT |
| name_prefix Input Column Specifying this limits the results to only those partner event sources with names that start with the specified prefix. | VARCHAR |
| next_token Input Column A token you can use in a subsequent operation to retrieve the next set of results. | 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 |
| event_sources The list of event sources. | STRUCT( |
Show child fields
| |