EventBus

class EventBus : KotlinCustomResource

Resource type definition for AWS::Events::EventBus

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) for the event bus.

Link copied to clipboard
val eventSourceName: Output<String>?

If you are creating a partner event bus, this specifies the partner event source that the new event bus will be matched with.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the event bus.

Link copied to clipboard
val policy: Output<Any>?

A JSON string that describes the permission policy statement for the event bus.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<EventBusTag>>?

Any tags assigned to the event bus.

Link copied to clipboard
val urn: Output<String>