GetEventBusResult

data class GetEventBusResult(val arn: String, val description: String, val id: String, val kmsKeyIdentifier: String, val name: String)

A collection of values returned by getEventBus.

Constructors

Link copied to clipboard
constructor(arn: String, description: String, id: String, kmsKeyIdentifier: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the event bus.

Link copied to clipboard

Event bus description.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Identifier of the AWS KMS customer managed key for EventBridge to use to encrypt events on this event bus, if one has been specified.

Link copied to clipboard