aws.events.list_event_buses
Example SQL Queries
SELECT * FROMaws.events.list_event_buses;Description
Lists all the event buses in your account, including the default event bus, custom event buses, and partner event buses.
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 event buses 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_buses This list of event buses. | STRUCT( |
Show child fields
| |