event_buses_list_only
Lists event_buses
in a region or regions, for all properties use event_buses
Overview
Name | event_buses_list_only |
Type | Resource |
Description | Resource type definition for AWS::Events::EventBus |
Id | aws.events.event_buses_list_only |
Fields
Name | Datatype | Description |
---|---|---|
event_source_name | string | If you are creating a partner event bus, this specifies the partner event source that the new event bus will be matched with. |
name | string | The name of the event bus. |
tags | array | Any tags assigned to the event bus. |
description | string | The description of the event bus. |
kms_key_identifier | string | Kms Key Identifier used to encrypt events at rest in the event bus. |
policy | object | A JSON string that describes the permission policy statement for the event bus. |
arn | string | The Amazon Resource Name (ARN) for the event bus. |
dead_letter_config | object | Dead Letter Queue for the event bus. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all event_buses
in a region.
SELECT
region,
name
FROM aws.events.event_buses_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the event_buses_list_only
resource, see event_buses