event_bus
Gets an individual event_bus
resource
Overview
Name | event_bus |
Type | Resource |
Description | event_bus |
Id | awscc.events.event_bus |
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. |
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. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
event_source_name,
name,
tags,
policy,
arn
FROM awscc.events.event_bus
WHERE data__Identifier = '<Name>';
Permissions
To operate on the event_bus
resource, the following permissions are required:
Read
events:DescribeEventBus,
events:ListTagsForResource
Update
events:TagResource,
events:UntagResource,
events:PutPermission,
events:DescribeEventBus
Delete
events:DescribeEventBus,
events:DeleteEventBus