GetEventBusResult

data class GetEventBusResult(val arn: String? = null, val policy: Any? = null, val tags: List<EventBusTag>? = null)

Constructors

Link copied to clipboard
fun GetEventBusResult(arn: String? = null, policy: Any? = null, tags: List<EventBusTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) for the event bus.

Link copied to clipboard
val policy: Any? = null

A JSON string that describes the permission policy statement for the event bus.

Link copied to clipboard
val tags: List<EventBusTag>? = null

Any tags assigned to the event bus.