GetEventBusResult

data class GetEventBusResult(val arn: String, val deadLetterConfigs: List<GetEventBusDeadLetterConfig>, 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, deadLetterConfigs: List<GetEventBusDeadLetterConfig>, description: String, id: String, kmsKeyIdentifier: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The ARN of the SQS queue specified as the target for the dead-letter queue.

Link copied to clipboard

Configuration details of the Amazon SQS queue for EventBridge to use as a dead-letter queue (DLQ). This block has the following arguments:

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