Uses of Interface
software.amazon.awscdk.services.events.CfnEventBus.DeadLetterConfigProperty
-
Uses of CfnEventBus.DeadLetterConfigProperty in software.amazon.awscdk.services.events
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnEventBus.DeadLetterConfigProperty
Modifier and TypeMethodDescriptionCfnEventBus.DeadLetterConfigProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnEventBus.Builder.deadLetterConfig
(CfnEventBus.DeadLetterConfigProperty deadLetterConfig) Configuration details of the Amazon SQS queue for EventBridge to use as a dead-letter queue (DLQ).CfnEventBusProps.Builder.deadLetterConfig
(CfnEventBus.DeadLetterConfigProperty deadLetterConfig) Sets the value ofCfnEventBusProps.getDeadLetterConfig()
void
CfnEventBus.setDeadLetterConfig
(CfnEventBus.DeadLetterConfigProperty value) Configuration details of the Amazon SQS queue for EventBridge to use as a dead-letter queue (DLQ).