CreateEventBus

@JsonSerializable
data class CreateEventBus(val Name: EventBusName, val EventSourceName: EventSourceName? = null, val Tags: List<Tag>? = null) : EventBridgeAction<CreatedEventBus>

Constructors

Link copied to clipboard
constructor(Name: EventBusName, EventSourceName: EventSourceName? = null, Tags: List<Tag>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val Tags: List<Tag>? = null

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<CreatedEventBus, RemoteFailure>
Link copied to clipboard
open fun uri(): Uri