GetEventBusesResult

data class GetEventBusesResult(val eventBuses: List<GetEventBusesEventBus>, val id: String, val namePrefix: String? = null)

A collection of values returned by getEventBuses.

Constructors

Link copied to clipboard
constructor(eventBuses: List<GetEventBusesEventBus>, id: String, namePrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This list of event buses.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val namePrefix: String? = null