GetEventBusesEventBus

data class GetEventBusesEventBus(val arn: String, val creationTime: String, val description: String, val lastModifiedTime: String, val name: String, val policy: String)

Constructors

Link copied to clipboard
constructor(arn: String, creationTime: String, description: String, lastModifiedTime: String, name: String, policy: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The ARN of the event bus.

Link copied to clipboard

The time the event bus was created.

Link copied to clipboard

The event bus description.

Link copied to clipboard

The time the event bus was last modified.

Link copied to clipboard

The name of the event bus.

Link copied to clipboard

The permissions policy of the event bus, describing which other AWS accounts can write events to this event bus.