Get Event Bus Result
data class GetEventBusResult(val arn: String? = null, val deadLetterConfig: DeadLetterConfigProperties? = null, val description: String? = null, val kmsKeyIdentifier: String? = null, val policy: Any? = null, val tags: List<Tag>? = null)
Properties
Link copied to clipboard
Dead Letter Queue for the event bus.
Link copied to clipboard
The description of the event bus.
Link copied to clipboard
Kms Key Identifier used to encrypt events at rest in the event bus.
Link copied to clipboard
A JSON string that describes the permission policy statement for the event bus. Search the CloudFormation User Guide for AWS::Events::EventBus
for more information about the expected schema for this property.