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

Dead Letter Queue for the event bus.

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

The description of 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 kmsKeyIdentifier: Output<String>?

Kms Key Identifier used to encrypt events at rest in the event bus.

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. Search the CloudFormation User Guide for AWS::Events::EventBus for more information about the expected schema for this property.

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

Any tags assigned to the event bus.

Link copied to clipboard
val urn: Output<String>