aws.events.list_partner_event_sources
Example SQL Queries
SELECT * FROMaws.events.list_partner_event_sourcesWHERE"name_prefix" = 'VALUE';Description
An SaaS partner can use this operation to list all the partner event source names that they have created. This operation is not used by Amazon Web Services customers.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name_prefix Required Input Column If you specify this, the results are limited to only those partner event sources that start with the string you specify. | VARCHAR |
| limit Input Column pecifying 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 |
| 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 |
| partner_event_sources The list of partner event sources returned by the operation. | STRUCT( |
Show child fields
| |