aws.events.list_partner_event_source_accounts
Example SQL Queries
SELECT * FROMaws.events.list_partner_event_source_accountsWHERE"event_source_name" = 'VALUE';Description
An SaaS partner can use this operation to display the Amazon Web Services account ID that a particular partner event source name is associated with. This operation is not used by Amazon Web Services customers.
Table Definition
| Column Name | Column Data Type |
|---|---|
| event_source_name Required Input Column The name of the partner event source to display account information about. | VARCHAR |
| 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 |
| 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_source_accounts The list of partner event sources returned by the operation. | STRUCT( |
Show child fields
| |