EventEndpointEventBusArgs

data class EventEndpointEventBusArgs(val eventBusArn: Output<String>) : ConvertibleToJava<EventEndpointEventBusArgs>

Constructors

Link copied to clipboard
constructor(eventBusArn: Output<String>)

Properties

Link copied to clipboard
val eventBusArn: Output<String>

The ARN of the event bus the endpoint is associated with.

Functions

Link copied to clipboard
open override fun toJava(): EventEndpointEventBusArgs