Uses of Interface
software.amazon.awscdk.services.sqs.IQueue
Package
Description
Lifecycle Hook for the CDK AWS AutoScaling Library
CDK Construct library for higher-level ECS Constructs
Event Targets for Amazon EventBridge
Actions for AWS IoT Rule
AWS Lambda Construct Library
Amazon Lambda Destinations Library
AWS Lambda Event Sources
Amazon Lambda Golang Library
Amazon Lambda Node.js Library
Amazon Lambda Python Library
S3 Bucket Notifications Destinations
Amazon Simple Notification Service Construct Library
CDK Construct Library for Amazon Simple Notification Service Subscriptions
Amazon Simple Queue Service Construct Library
Tasks for AWS Step Functions
Triggers
-
Uses of IQueue in software.amazon.awscdk.services.autoscaling.hooktargets
-
Uses of IQueue in software.amazon.awscdk.services.cloudfront.experimental
Modifier and TypeMethodDescriptionEdgeFunction.Builder.deadLetterQueue
(IQueue deadLetterQueue) The SQS queue to use if DLQ is enabled.EdgeFunctionProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofFunctionOptions.getDeadLetterQueue()
-
Uses of IQueue in software.amazon.awscdk.services.ecs.patterns
Modifier and TypeMethodDescriptionQueueProcessingServiceBase.getDeadLetterQueue()
The dead letter queue for the primary SQS queue.final IQueue
QueueProcessingEc2ServiceProps.Jsii$Proxy.getQueue()
final IQueue
QueueProcessingFargateServiceProps.Jsii$Proxy.getQueue()
default IQueue
QueueProcessingServiceBaseProps.getQueue()
A queue for which to process items from.final IQueue
QueueProcessingServiceBaseProps.Jsii$Proxy.getQueue()
QueueProcessingServiceBase.getSqsQueue()
The SQS queue that the service will process from.Modifier and TypeMethodDescriptionA queue for which to process items from.Sets the value ofQueueProcessingServiceBaseProps.getQueue()
A queue for which to process items from.Sets the value ofQueueProcessingServiceBaseProps.getQueue()
Sets the value ofQueueProcessingServiceBaseProps.getQueue()
-
Uses of IQueue in software.amazon.awscdk.services.events.targets
Modifier and TypeMethodDescriptionfinal IQueue
ApiDestinationProps.Jsii$Proxy.getDeadLetterQueue()
final IQueue
ApiGatewayProps.Jsii$Proxy.getDeadLetterQueue()
final IQueue
BatchJobProps.Jsii$Proxy.getDeadLetterQueue()
final IQueue
CodeBuildProjectProps.Jsii$Proxy.getDeadLetterQueue()
final IQueue
CodePipelineTargetOptions.Jsii$Proxy.getDeadLetterQueue()
default IQueue
EventBusProps.getDeadLetterQueue()
The SQS queue to be used as deadLetterQueue.final IQueue
EventBusProps.Jsii$Proxy.getDeadLetterQueue()
final IQueue
LambdaFunctionProps.Jsii$Proxy.getDeadLetterQueue()
final IQueue
LogGroupProps.Jsii$Proxy.getDeadLetterQueue()
final IQueue
SfnStateMachineProps.Jsii$Proxy.getDeadLetterQueue()
final IQueue
SqsQueueProps.Jsii$Proxy.getDeadLetterQueue()
default IQueue
TargetBaseProps.getDeadLetterQueue()
The SQS queue to be used as deadLetterQueue.final IQueue
TargetBaseProps.Jsii$Proxy.getDeadLetterQueue()
SqsQueue.getQueue()
Modifier and TypeMethodDescriptionstatic SqsQueue.Builder
ApiDestination.Builder.deadLetterQueue
(IQueue deadLetterQueue) The SQS queue to be used as deadLetterQueue.ApiDestinationProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofTargetBaseProps.getDeadLetterQueue()
ApiGateway.Builder.deadLetterQueue
(IQueue deadLetterQueue) The SQS queue to be used as deadLetterQueue.ApiGatewayProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofTargetBaseProps.getDeadLetterQueue()
BatchJob.Builder.deadLetterQueue
(IQueue deadLetterQueue) The SQS queue to be used as deadLetterQueue.BatchJobProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofTargetBaseProps.getDeadLetterQueue()
CloudWatchLogGroup.Builder.deadLetterQueue
(IQueue deadLetterQueue) The SQS queue to be used as deadLetterQueue.CodeBuildProject.Builder.deadLetterQueue
(IQueue deadLetterQueue) The SQS queue to be used as deadLetterQueue.CodeBuildProjectProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofTargetBaseProps.getDeadLetterQueue()
CodePipeline.Builder.deadLetterQueue
(IQueue deadLetterQueue) The SQS queue to be used as deadLetterQueue.CodePipelineTargetOptions.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofTargetBaseProps.getDeadLetterQueue()
EventBus.Builder.deadLetterQueue
(IQueue deadLetterQueue) The SQS queue to be used as deadLetterQueue.EventBusProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofEventBusProps.getDeadLetterQueue()
LambdaFunction.Builder.deadLetterQueue
(IQueue deadLetterQueue) The SQS queue to be used as deadLetterQueue.LambdaFunctionProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofTargetBaseProps.getDeadLetterQueue()
LogGroupProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofTargetBaseProps.getDeadLetterQueue()
SfnStateMachine.Builder.deadLetterQueue
(IQueue deadLetterQueue) The SQS queue to be used as deadLetterQueue.SfnStateMachineProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofTargetBaseProps.getDeadLetterQueue()
SqsQueue.Builder.deadLetterQueue
(IQueue deadLetterQueue) The SQS queue to be used as deadLetterQueue.SqsQueueProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofTargetBaseProps.getDeadLetterQueue()
TargetBaseProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofTargetBaseProps.getDeadLetterQueue()
-
Uses of IQueue in software.amazon.awscdk.services.iot.actions
ModifierConstructorDescriptionSqsQueueAction
(IQueue queue) SqsQueueAction
(IQueue queue, SqsQueueActionProps props) -
Uses of IQueue in software.amazon.awscdk.services.lambda
Modifier and TypeMethodDescriptionfinal IQueue
DockerImageFunctionProps.Jsii$Proxy.getDeadLetterQueue()
Function.getDeadLetterQueue()
The DLQ (as queue) associated with this Lambda Function (this is an optional attribute).default IQueue
FunctionOptions.getDeadLetterQueue()
The SQS queue to use if DLQ is enabled.final IQueue
FunctionOptions.Jsii$Proxy.getDeadLetterQueue()
final IQueue
FunctionProps.Jsii$Proxy.getDeadLetterQueue()
final IQueue
SingletonFunctionProps.Jsii$Proxy.getDeadLetterQueue()
Modifier and TypeMethodDescriptionDockerImageFunction.Builder.deadLetterQueue
(IQueue deadLetterQueue) The SQS queue to use if DLQ is enabled.DockerImageFunctionProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofFunctionOptions.getDeadLetterQueue()
Function.Builder.deadLetterQueue
(IQueue deadLetterQueue) The SQS queue to use if DLQ is enabled.FunctionOptions.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofFunctionOptions.getDeadLetterQueue()
FunctionProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofFunctionOptions.getDeadLetterQueue()
SingletonFunction.Builder.deadLetterQueue
(IQueue deadLetterQueue) The SQS queue to use if DLQ is enabled.SingletonFunctionProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofFunctionOptions.getDeadLetterQueue()
-
Uses of IQueue in software.amazon.awscdk.services.lambda.destinations
-
Uses of IQueue in software.amazon.awscdk.services.lambda.eventsources
Modifier and TypeMethodDescriptionfinal IQueue
SnsEventSourceProps.Jsii$Proxy.getDeadLetterQueue()
SqsEventSource.getQueue()
Modifier and TypeMethodDescriptionstatic SqsEventSource.Builder
SnsEventSource.Builder.deadLetterQueue
(IQueue deadLetterQueue) Queue to be used as dead letter queue.SnsEventSourceProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofSubscriptionProps.getDeadLetterQueue()
ModifierConstructorDescriptionSqsEventSource
(IQueue queue) SqsEventSource
(IQueue queue, SqsEventSourceProps props) -
Uses of IQueue in software.amazon.awscdk.services.lambda.go
Modifier and TypeMethodDescriptionGoFunction.Builder.deadLetterQueue
(IQueue deadLetterQueue) The SQS queue to use if DLQ is enabled.GoFunctionProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofFunctionOptions.getDeadLetterQueue()
-
Uses of IQueue in software.amazon.awscdk.services.lambda.nodejs
Modifier and TypeMethodDescriptionfinal IQueue
NodejsFunctionProps.Jsii$Proxy.getDeadLetterQueue()
Modifier and TypeMethodDescriptionNodejsFunction.Builder.deadLetterQueue
(IQueue deadLetterQueue) The SQS queue to use if DLQ is enabled.NodejsFunctionProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofFunctionOptions.getDeadLetterQueue()
-
Uses of IQueue in software.amazon.awscdk.services.lambda.python
Modifier and TypeMethodDescriptionfinal IQueue
PythonFunctionProps.Jsii$Proxy.getDeadLetterQueue()
Modifier and TypeMethodDescriptionPythonFunction.Builder.deadLetterQueue
(IQueue deadLetterQueue) The SQS queue to use if DLQ is enabled.PythonFunctionProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofFunctionOptions.getDeadLetterQueue()
-
Uses of IQueue in software.amazon.awscdk.services.s3.notifications
-
Uses of IQueue in software.amazon.awscdk.services.sns
Modifier and TypeMethodDescriptionSubscription.getDeadLetterQueue()
The DLQ associated with this subscription if present.default IQueue
SubscriptionOptions.getDeadLetterQueue()
Queue to be used as dead letter queue.final IQueue
SubscriptionOptions.Jsii$Proxy.getDeadLetterQueue()
final IQueue
SubscriptionProps.Jsii$Proxy.getDeadLetterQueue()
final IQueue
TopicSubscriptionConfig.Jsii$Proxy.getDeadLetterQueue()
Modifier and TypeMethodDescriptionSubscription.Builder.deadLetterQueue
(IQueue deadLetterQueue) Queue to be used as dead letter queue.SubscriptionOptions.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofSubscriptionOptions.getDeadLetterQueue()
SubscriptionProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofSubscriptionOptions.getDeadLetterQueue()
TopicSubscriptionConfig.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofSubscriptionOptions.getDeadLetterQueue()
-
Uses of IQueue in software.amazon.awscdk.services.sns.subscriptions
Modifier and TypeMethodDescriptionfinal IQueue
EmailSubscriptionProps.Jsii$Proxy.getDeadLetterQueue()
final IQueue
LambdaSubscriptionProps.Jsii$Proxy.getDeadLetterQueue()
final IQueue
SmsSubscriptionProps.Jsii$Proxy.getDeadLetterQueue()
final IQueue
SqsSubscriptionProps.Jsii$Proxy.getDeadLetterQueue()
default IQueue
SubscriptionProps.getDeadLetterQueue()
Queue to be used as dead letter queue.final IQueue
SubscriptionProps.Jsii$Proxy.getDeadLetterQueue()
final IQueue
UrlSubscriptionProps.Jsii$Proxy.getDeadLetterQueue()
Modifier and TypeMethodDescriptionstatic SqsSubscription.Builder
EmailSubscription.Builder.deadLetterQueue
(IQueue deadLetterQueue) Queue to be used as dead letter queue.EmailSubscriptionProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofSubscriptionProps.getDeadLetterQueue()
LambdaSubscription.Builder.deadLetterQueue
(IQueue deadLetterQueue) Queue to be used as dead letter queue.LambdaSubscriptionProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofSubscriptionProps.getDeadLetterQueue()
SmsSubscription.Builder.deadLetterQueue
(IQueue deadLetterQueue) Queue to be used as dead letter queue.SmsSubscriptionProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofSubscriptionProps.getDeadLetterQueue()
SqsSubscription.Builder.deadLetterQueue
(IQueue deadLetterQueue) Queue to be used as dead letter queue.SqsSubscriptionProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofSubscriptionProps.getDeadLetterQueue()
SubscriptionProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofSubscriptionProps.getDeadLetterQueue()
UrlSubscription.Builder.deadLetterQueue
(IQueue deadLetterQueue) Queue to be used as dead letter queue.UrlSubscriptionProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofSubscriptionProps.getDeadLetterQueue()
ModifierConstructorDescriptionSqsSubscription
(IQueue queue) SqsSubscription
(IQueue queue, SqsSubscriptionProps props) -
Uses of IQueue in software.amazon.awscdk.services.sqs
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIQueue
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
A new Amazon SQS queue.class
Reference to a new or existing Amazon SQS queue.Modifier and TypeMethodDescriptionstatic IQueue
Queue.fromQueueArn
(software.constructs.Construct scope, String id, String queueArn) Import an existing SQS queue provided an ARN.static IQueue
Queue.fromQueueAttributes
(software.constructs.Construct scope, String id, QueueAttributes attrs) Import an existing queue.DeadLetterQueue.getQueue()
The dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount is exceeded.final IQueue
DeadLetterQueue.Jsii$Proxy.getQueue()
Modifier and TypeMethodDescriptionQueuePolicyProps.getQueues()
The set of queues this policy applies to.QueuePolicyProps.Jsii$Proxy.getQueues()
Modifier and TypeMethodDescriptionThe set of queues this policy applies to.Sets the value ofQueuePolicyProps.getQueues()
-
Uses of IQueue in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionSqsSendMessageProps.getQueue()
The SQS queue that messages will be sent to.final IQueue
SqsSendMessageProps.Jsii$Proxy.getQueue()
Modifier and TypeMethodDescriptionstatic SendToQueue.Builder
Deprecated.The SQS queue that messages will be sent to.Sets the value ofSqsSendMessageProps.getQueue()
-
Uses of IQueue in software.amazon.awscdk.triggers
Modifier and TypeMethodDescriptionfinal IQueue
TriggerFunctionProps.Jsii$Proxy.getDeadLetterQueue()
Modifier and TypeMethodDescriptionTriggerFunction.Builder.deadLetterQueue
(IQueue deadLetterQueue) The SQS queue to use if DLQ is enabled.TriggerFunctionProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofFunctionOptions.getDeadLetterQueue()