CreateEventBusRequest

Types

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

Properties

Link copied to clipboard

Unique, case-sensitive identifier that ensures the idempotency of the request. The SDK generates one automatically when the field is omitted.

Link copied to clipboard

Free-text description. Used by every resource type that has one: event buses, subscribers, and event sources.

Link copied to clipboard

Encryption configuration for an event bus.

Link copied to clipboard
val name: String?

Name of an event bus. The first character must be alphanumeric; the remaining characters may also include '.', '-', and '_'. The grammar matches the name segment of EventBusArn (event-busv2//), so every valid name can be represented in the bus's ARN. The same type is used everywhere a bus name appears.

Link copied to clipboard

Event storage configuration for an event bus.

Link copied to clipboard

Tags attached to a resource, as key-value pairs.

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