CreateEventBusRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration details of the Amazon SQS queue for EventBridge to use as a dead-letter queue (DLQ).

Link copied to clipboard

The event bus description.

Link copied to clipboard

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

The identifier of the KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt events on this event bus. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.

Link copied to clipboard
val name: String?

The name of the new event bus.

Link copied to clipboard
val tags: List<Tag>?

Tags to associate with the event bus.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String