Get Event Bus Result
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.
Properties
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
Identifier of the AWS KMS customer managed key for EventBridge to use to encrypt events on this event bus, if one has been specified.