Versions in this module Expand all Collapse all v2 v2.2.0 Jan 1, 2022 Changes in this version + func EventbridgeToSqs_IsConstruct(x interface{}) *bool + func NewEventbridgeToSqs_Override(e EventbridgeToSqs, scope constructs.Construct, id *string, ...) + type EventbridgeToSqs interface + DeadLetterQueue func() *awssqs.DeadLetterQueue + EncryptionKey func() awskms.IKey + EventBus func() awsevents.IEventBus + EventsRule func() awsevents.Rule + Node func() constructs.Node + SqsQueue func() awssqs.Queue + ToString func() *string + func NewEventbridgeToSqs(scope constructs.Construct, id *string, props *EventbridgeToSqsProps) EventbridgeToSqs + type EventbridgeToSqsProps struct + DeadLetterQueueProps *awssqs.QueueProps + DeployDeadLetterQueue *bool + EnableEncryptionWithCustomerManagedKey *bool + EnableQueuePurging *bool + EncryptionKey awskms.Key + EncryptionKeyProps *awskms.KeyProps + EventBusProps *awsevents.EventBusProps + EventRuleProps *awsevents.RuleProps + ExistingEventBusInterface awsevents.IEventBus + ExistingQueueObj awssqs.Queue + MaxReceiveCount *float64 + QueueProps *awssqs.QueueProps