Event Bus Args
data class EventBusArgs(val deadLetterConfig: Output<DeadLetterConfigPropertiesArgs>? = null, val description: Output<String>? = null, val eventSourceName: Output<String>? = null, val kmsKeyIdentifier: Output<String>? = null, val name: Output<String>? = null, val policy: Output<Any>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<EventBusArgs>
Resource type definition for AWS::Events::EventBus
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
If you are creating a partner event bus, this specifies the partner event source that the new event bus will be matched with.
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.