aws::event-bus

Create an event bus.

Example

aws::event-bus event-bus-example
    name: "event-bus-example"
    policy: "policy.json"
    tags: {
        Name: event-bus-example
    }
end

Attributes

Attribute Description
tags map Tags for the resource.
name The name of the event bus. (Required)
event-source The Event source for the event bus.
policy The policy document. A policy path or policy string is allowed.

Outputs

Attribute Description
arn The arn for the event bus.