| Constructor and Description |
|---|
QueueHook(IQueue queue) |
| Modifier and Type | Method and Description |
|---|---|
IQueue |
EdgeFunctionProps.Jsii$Proxy.getDeadLetterQueue() |
| Modifier and Type | Method and Description |
|---|---|
EdgeFunction.Builder |
EdgeFunction.Builder.deadLetterQueue(IQueue deadLetterQueue)
(experimental) The SQS queue to use if DLQ is enabled.
|
EdgeFunctionProps.Builder |
EdgeFunctionProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
FunctionOptions.getDeadLetterQueue() |
| Constructor and Description |
|---|
Jsii$Proxy(String stackId,
Code code,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
EdgeFunctionProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
IQueue |
QueueProcessingServiceBase.getDeadLetterQueue()
(experimental) The dead letter queue for the primary SQS queue.
|
default IQueue |
QueueProcessingServiceBaseProps.getQueue()
(experimental) A queue for which to process items from.
|
IQueue |
QueueProcessingServiceBaseProps.Jsii$Proxy.getQueue() |
IQueue |
QueueProcessingFargateServiceProps.Jsii$Proxy.getQueue() |
IQueue |
QueueProcessingEc2ServiceProps.Jsii$Proxy.getQueue() |
IQueue |
QueueProcessingServiceBase.getSqsQueue()
(experimental) The SQS queue that the service will process from.
|
| Modifier and Type | Method and Description |
|---|---|
QueueProcessingServiceBaseProps.Builder |
QueueProcessingServiceBaseProps.Builder.queue(IQueue queue)
Sets the value of
QueueProcessingServiceBaseProps.getQueue() |
QueueProcessingFargateServiceProps.Builder |
QueueProcessingFargateServiceProps.Builder.queue(IQueue queue)
Sets the value of
QueueProcessingServiceBaseProps.getQueue() |
QueueProcessingEc2ServiceProps.Builder |
QueueProcessingEc2ServiceProps.Builder.queue(IQueue queue)
Sets the value of
QueueProcessingServiceBaseProps.getQueue() |
QueueProcessingFargateService.Builder |
QueueProcessingFargateService.Builder.queue(IQueue queue)
(experimental) A queue for which to process items from.
|
QueueProcessingEc2Service.Builder |
QueueProcessingEc2Service.Builder.queue(IQueue queue)
(experimental) A queue for which to process items from.
|
| Constructor and Description |
|---|
Jsii$Proxy(Boolean assignPublicIp,
String containerName,
Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection taskSubnets,
ContainerImage image,
DeploymentCircuitBreaker circuitBreaker,
ICluster cluster,
List<String> command,
DeploymentController deploymentController,
Boolean enableEcsManagedTags,
Boolean enableLogging,
Map<String,String> environment,
String family,
LogDriver logDriver,
Number maxHealthyPercent,
Number maxReceiveCount,
Number maxScalingCapacity,
Number minHealthyPercent,
Number minScalingCapacity,
PropagatedTagSource propagateTags,
IQueue queue,
Duration retentionPeriod,
List<? extends ScalingInterval> scalingSteps,
Map<String,? extends Secret> secrets,
String serviceName,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
QueueProcessingFargateServiceProps.Builder. |
Jsii$Proxy(ContainerImage image,
DeploymentCircuitBreaker circuitBreaker,
ICluster cluster,
List<String> command,
DeploymentController deploymentController,
Boolean enableEcsManagedTags,
Boolean enableLogging,
Map<String,String> environment,
String family,
LogDriver logDriver,
Number maxHealthyPercent,
Number maxReceiveCount,
Number maxScalingCapacity,
Number minHealthyPercent,
Number minScalingCapacity,
PropagatedTagSource propagateTags,
IQueue queue,
Duration retentionPeriod,
List<? extends ScalingInterval> scalingSteps,
Map<String,? extends Secret> secrets,
String serviceName,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
QueueProcessingServiceBaseProps.Builder. |
Jsii$Proxy(String containerName,
Number cpu,
Number memoryLimitMiB,
Number memoryReservationMiB,
ContainerImage image,
DeploymentCircuitBreaker circuitBreaker,
ICluster cluster,
List<String> command,
DeploymentController deploymentController,
Boolean enableEcsManagedTags,
Boolean enableLogging,
Map<String,String> environment,
String family,
LogDriver logDriver,
Number maxHealthyPercent,
Number maxReceiveCount,
Number maxScalingCapacity,
Number minHealthyPercent,
Number minScalingCapacity,
PropagatedTagSource propagateTags,
IQueue queue,
Duration retentionPeriod,
List<? extends ScalingInterval> scalingSteps,
Map<String,? extends Secret> secrets,
String serviceName,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
QueueProcessingEc2ServiceProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default IQueue |
TargetBaseProps.getDeadLetterQueue()
(experimental) The SQS queue to be used as deadLetterQueue.
|
IQueue |
TargetBaseProps.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
CodePipelineTargetOptions.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
SfnStateMachineProps.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
CodeBuildProjectProps.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
LogGroupProps.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
ApiGatewayProps.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
LambdaFunctionProps.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
SqsQueue.getQueue() |
| Modifier and Type | Method and Description |
|---|---|
static SqsQueue.Builder |
SqsQueue.Builder.create(IQueue queue) |
TargetBaseProps.Builder |
TargetBaseProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
TargetBaseProps.getDeadLetterQueue() |
CodePipelineTargetOptions.Builder |
CodePipelineTargetOptions.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
TargetBaseProps.getDeadLetterQueue() |
SfnStateMachineProps.Builder |
SfnStateMachineProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
TargetBaseProps.getDeadLetterQueue() |
ApiGateway.Builder |
ApiGateway.Builder.deadLetterQueue(IQueue deadLetterQueue)
(experimental) The SQS queue to be used as deadLetterQueue.
|
CodeBuildProjectProps.Builder |
CodeBuildProjectProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
TargetBaseProps.getDeadLetterQueue() |
LogGroupProps.Builder |
LogGroupProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
TargetBaseProps.getDeadLetterQueue() |
CodePipeline.Builder |
CodePipeline.Builder.deadLetterQueue(IQueue deadLetterQueue)
(experimental) The SQS queue to be used as deadLetterQueue.
|
ApiGatewayProps.Builder |
ApiGatewayProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
TargetBaseProps.getDeadLetterQueue() |
SfnStateMachine.Builder |
SfnStateMachine.Builder.deadLetterQueue(IQueue deadLetterQueue)
(experimental) The SQS queue to be used as deadLetterQueue.
|
LambdaFunction.Builder |
LambdaFunction.Builder.deadLetterQueue(IQueue deadLetterQueue)
(experimental) The SQS queue to be used as deadLetterQueue.
|
CodeBuildProject.Builder |
CodeBuildProject.Builder.deadLetterQueue(IQueue deadLetterQueue)
(experimental) The SQS queue to be used as deadLetterQueue.
|
CloudWatchLogGroup.Builder |
CloudWatchLogGroup.Builder.deadLetterQueue(IQueue deadLetterQueue)
(experimental) The SQS queue to be used as deadLetterQueue.
|
LambdaFunctionProps.Builder |
LambdaFunctionProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
TargetBaseProps.getDeadLetterQueue() |
| Constructor and Description |
|---|
Jsii$Proxy(IQueue deadLetterQueue,
Duration maxEventAge,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
TargetBaseProps.Builder. |
Jsii$Proxy(IRole eventRole,
IQueue deadLetterQueue,
Duration maxEventAge,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
CodePipelineTargetOptions.Builder. |
Jsii$Proxy(IRole eventRole,
Map<String,String> headerParameters,
String method,
String path,
List<String> pathParameterValues,
RuleTargetInput postBody,
Map<String,String> queryStringParameters,
String stage,
IQueue deadLetterQueue,
Duration maxEventAge,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
ApiGatewayProps.Builder. |
Jsii$Proxy(RuleTargetInput event,
IQueue deadLetterQueue,
Duration maxEventAge,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
LogGroupProps.Builder. |
Jsii$Proxy(RuleTargetInput event,
IQueue deadLetterQueue,
Duration maxEventAge,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
LambdaFunctionProps.Builder. |
Jsii$Proxy(RuleTargetInput input,
IRole role,
IQueue deadLetterQueue,
Duration maxEventAge,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
SfnStateMachineProps.Builder. |
Jsii$Proxy(RuleTargetInput event,
IRole eventRole,
IQueue deadLetterQueue,
Duration maxEventAge,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
CodeBuildProjectProps.Builder. |
SqsQueue(IQueue queue) |
SqsQueue(IQueue queue,
SqsQueueProps props) |
| Modifier and Type | Method and Description |
|---|---|
IQueue |
DockerImageFunctionProps.Jsii$Proxy.getDeadLetterQueue() |
default IQueue |
FunctionOptions.getDeadLetterQueue()
(experimental) The SQS queue to use if DLQ is enabled.
|
IQueue |
FunctionOptions.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
SingletonFunctionProps.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
Function.getDeadLetterQueue()
(experimental) The DLQ associated with this Lambda Function (this is an optional attribute).
|
IQueue |
FunctionProps.Jsii$Proxy.getDeadLetterQueue() |
| Modifier and Type | Method and Description |
|---|---|
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
FunctionOptions.getDeadLetterQueue() |
FunctionOptions.Builder |
FunctionOptions.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
FunctionOptions.getDeadLetterQueue() |
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
FunctionOptions.getDeadLetterQueue() |
Function.Builder |
Function.Builder.deadLetterQueue(IQueue deadLetterQueue)
(experimental) The SQS queue to use if DLQ is enabled.
|
DockerImageFunction.Builder |
DockerImageFunction.Builder.deadLetterQueue(IQueue deadLetterQueue)
(experimental) The SQS queue to use if DLQ is enabled.
|
SingletonFunction.Builder |
SingletonFunction.Builder.deadLetterQueue(IQueue deadLetterQueue)
(experimental) The SQS queue to use if DLQ is enabled.
|
FunctionProps.Builder |
FunctionProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
FunctionOptions.getDeadLetterQueue() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
FunctionOptions.Builder. |
Jsii$Proxy(Code code,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
FunctionProps.Builder. |
Jsii$Proxy(DockerImageCode code,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
DockerImageFunctionProps.Builder. |
Jsii$Proxy(String uuid,
String lambdaPurpose,
Code code,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
SingletonFunctionProps.Builder. |
| Constructor and Description |
|---|
SqsDestination(IQueue queue) |
| Modifier and Type | Method and Description |
|---|---|
IQueue |
SnsEventSourceProps.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
SqsEventSource.getQueue() |
| Modifier and Type | Method and Description |
|---|---|
static SqsEventSource.Builder |
SqsEventSource.Builder.create(IQueue queue) |
SnsEventSourceProps.Builder |
SnsEventSourceProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
SubscriptionProps.getDeadLetterQueue() |
SnsEventSource.Builder |
SnsEventSource.Builder.deadLetterQueue(IQueue deadLetterQueue)
(experimental) Queue to be used as dead letter queue.
|
| Constructor and Description |
|---|
Jsii$Proxy(IQueue deadLetterQueue,
Map<String,? extends SubscriptionFilter> filterPolicy)
Constructor that initializes the object based on literal property values passed by the
SnsEventSourceProps.Builder. |
SqsDlq(IQueue queue) |
SqsEventSource(IQueue queue) |
SqsEventSource(IQueue queue,
SqsEventSourceProps props) |
| Modifier and Type | Method and Description |
|---|---|
IQueue |
NodejsFunctionProps.Jsii$Proxy.getDeadLetterQueue() |
| Modifier and Type | Method and Description |
|---|---|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
FunctionOptions.getDeadLetterQueue() |
NodejsFunction.Builder |
NodejsFunction.Builder.deadLetterQueue(IQueue deadLetterQueue)
(experimental) The SQS queue to use if DLQ is enabled.
|
| Constructor and Description |
|---|
Jsii$Proxy(Boolean awsSdkConnectionReuse,
BundlingOptions bundling,
String depsLockFilePath,
String entry,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
NodejsFunctionProps.Builder. |
| Constructor and Description |
|---|
SqsDestination(IQueue queue) |
| Modifier and Type | Method and Description |
|---|---|
IQueue |
SubscriptionProps.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
Subscription.getDeadLetterQueue()
(experimental) The DLQ associated with this subscription if present.
|
IQueue |
TopicSubscriptionConfig.Jsii$Proxy.getDeadLetterQueue() |
default IQueue |
SubscriptionOptions.getDeadLetterQueue()
(experimental) Queue to be used as dead letter queue.
|
IQueue |
SubscriptionOptions.Jsii$Proxy.getDeadLetterQueue() |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionProps.Builder |
SubscriptionProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
SubscriptionOptions.getDeadLetterQueue() |
Subscription.Builder |
Subscription.Builder.deadLetterQueue(IQueue deadLetterQueue)
(experimental) Queue to be used as dead letter queue.
|
TopicSubscriptionConfig.Builder |
TopicSubscriptionConfig.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
SubscriptionOptions.getDeadLetterQueue() |
SubscriptionOptions.Builder |
SubscriptionOptions.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
SubscriptionOptions.getDeadLetterQueue() |
| Constructor and Description |
|---|
Jsii$Proxy(ITopic topic,
String endpoint,
SubscriptionProtocol protocol,
IQueue deadLetterQueue,
Map<String,? extends SubscriptionFilter> filterPolicy,
Boolean rawMessageDelivery,
String region)
Constructor that initializes the object based on literal property values passed by the
SubscriptionProps.Builder. |
Jsii$Proxy(String subscriberId,
software.constructs.Construct subscriberScope,
String endpoint,
SubscriptionProtocol protocol,
IQueue deadLetterQueue,
Map<String,? extends SubscriptionFilter> filterPolicy,
Boolean rawMessageDelivery,
String region)
Constructor that initializes the object based on literal property values passed by the
TopicSubscriptionConfig.Builder. |
Jsii$Proxy(String endpoint,
SubscriptionProtocol protocol,
IQueue deadLetterQueue,
Map<String,? extends SubscriptionFilter> filterPolicy,
Boolean rawMessageDelivery,
String region)
Constructor that initializes the object based on literal property values passed by the
SubscriptionOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
IQueue |
LambdaSubscriptionProps.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
SmsSubscriptionProps.Jsii$Proxy.getDeadLetterQueue() |
default IQueue |
SubscriptionProps.getDeadLetterQueue()
(experimental) Queue to be used as dead letter queue.
|
IQueue |
SubscriptionProps.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
UrlSubscriptionProps.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
EmailSubscriptionProps.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
SqsSubscriptionProps.Jsii$Proxy.getDeadLetterQueue() |
| Modifier and Type | Method and Description |
|---|---|
static SqsSubscription.Builder |
SqsSubscription.Builder.create(IQueue queue) |
LambdaSubscriptionProps.Builder |
LambdaSubscriptionProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
SubscriptionProps.getDeadLetterQueue() |
UrlSubscription.Builder |
UrlSubscription.Builder.deadLetterQueue(IQueue deadLetterQueue)
(experimental) Queue to be used as dead letter queue.
|
SmsSubscriptionProps.Builder |
SmsSubscriptionProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
SubscriptionProps.getDeadLetterQueue() |
EmailSubscription.Builder |
EmailSubscription.Builder.deadLetterQueue(IQueue deadLetterQueue)
(experimental) Queue to be used as dead letter queue.
|
SubscriptionProps.Builder |
SubscriptionProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
SubscriptionProps.getDeadLetterQueue() |
UrlSubscriptionProps.Builder |
UrlSubscriptionProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
SubscriptionProps.getDeadLetterQueue() |
EmailSubscriptionProps.Builder |
EmailSubscriptionProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
SubscriptionProps.getDeadLetterQueue() |
SqsSubscription.Builder |
SqsSubscription.Builder.deadLetterQueue(IQueue deadLetterQueue)
(experimental) Queue to be used as dead letter queue.
|
SmsSubscription.Builder |
SmsSubscription.Builder.deadLetterQueue(IQueue deadLetterQueue)
(experimental) Queue to be used as dead letter queue.
|
LambdaSubscription.Builder |
LambdaSubscription.Builder.deadLetterQueue(IQueue deadLetterQueue)
(experimental) Queue to be used as dead letter queue.
|
SqsSubscriptionProps.Builder |
SqsSubscriptionProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
SubscriptionProps.getDeadLetterQueue() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean json,
IQueue deadLetterQueue,
Map<String,? extends SubscriptionFilter> filterPolicy)
Constructor that initializes the object based on literal property values passed by the
EmailSubscriptionProps.Builder. |
Jsii$Proxy(Boolean rawMessageDelivery,
IQueue deadLetterQueue,
Map<String,? extends SubscriptionFilter> filterPolicy)
Constructor that initializes the object based on literal property values passed by the
SqsSubscriptionProps.Builder. |
Jsii$Proxy(IQueue deadLetterQueue,
Map<String,? extends SubscriptionFilter> filterPolicy)
Constructor that initializes the object based on literal property values passed by the
LambdaSubscriptionProps.Builder. |
Jsii$Proxy(IQueue deadLetterQueue,
Map<String,? extends SubscriptionFilter> filterPolicy)
Constructor that initializes the object based on literal property values passed by the
SmsSubscriptionProps.Builder. |
Jsii$Proxy(IQueue deadLetterQueue,
Map<String,? extends SubscriptionFilter> filterPolicy)
Constructor that initializes the object based on literal property values passed by the
SubscriptionProps.Builder. |
Jsii$Proxy(SubscriptionProtocol protocol,
Boolean rawMessageDelivery,
IQueue deadLetterQueue,
Map<String,? extends SubscriptionFilter> filterPolicy)
Constructor that initializes the object based on literal property values passed by the
UrlSubscriptionProps.Builder. |
SqsSubscription(IQueue queue) |
SqsSubscription(IQueue queue,
SqsSubscriptionProps props) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IQueue.Jsii$Default
Internal default implementation for
IQueue. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IQueue.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Queue
(experimental) A new Amazon SQS queue.
|
class |
QueueBase
(experimental) Reference to a new or existing Amazon SQS queue.
|
| Modifier and Type | Method and Description |
|---|---|
static IQueue |
Queue.fromQueueArn(software.constructs.Construct scope,
String id,
String queueArn)
(experimental) Import an existing SQS queue provided an ARN.
|
static IQueue |
Queue.fromQueueAttributes(software.constructs.Construct scope,
String id,
QueueAttributes attrs)
(experimental) Import an existing queue.
|
IQueue |
DeadLetterQueue.getQueue()
(experimental) The dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount is exceeded.
|
IQueue |
DeadLetterQueue.Jsii$Proxy.getQueue() |
| Modifier and Type | Method and Description |
|---|---|
List<IQueue> |
QueuePolicyProps.getQueues()
(experimental) The set of queues this policy applies to.
|
List<IQueue> |
QueuePolicyProps.Jsii$Proxy.getQueues() |
| Modifier and Type | Method and Description |
|---|---|
DeadLetterQueue.Builder |
DeadLetterQueue.Builder.queue(IQueue queue)
Sets the value of
DeadLetterQueue.getQueue() |
| Modifier and Type | Method and Description |
|---|---|
QueuePolicyProps.Builder |
QueuePolicyProps.Builder.queues(List<? extends IQueue> queues)
Sets the value of
QueuePolicyProps.getQueues() |
QueuePolicy.Builder |
QueuePolicy.Builder.queues(List<? extends IQueue> queues)
(experimental) The set of queues this policy applies to.
|
| Constructor and Description |
|---|
Jsii$Proxy(Number maxReceiveCount,
IQueue queue)
Constructor that initializes the object based on literal property values passed by the
DeadLetterQueue.Builder. |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends IQueue> queues)
Constructor that initializes the object based on literal property values passed by the
QueuePolicyProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
IQueue |
SqsSendMessageProps.getQueue()
(experimental) The SQS queue that messages will be sent to.
|
IQueue |
SqsSendMessageProps.Jsii$Proxy.getQueue() |
| Modifier and Type | Method and Description |
|---|---|
SqsSendMessageProps.Builder |
SqsSendMessageProps.Builder.queue(IQueue queue)
Sets the value of
SqsSendMessageProps.getQueue() |
SqsSendMessage.Builder |
SqsSendMessage.Builder.queue(IQueue queue)
(experimental) The SQS queue that messages will be sent to.
|
| Constructor and Description |
|---|
Jsii$Proxy(TaskInput messageBody,
IQueue queue,
Duration delay,
String messageDeduplicationId,
String messageGroupId,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SqsSendMessageProps.Builder. |
Copyright © 2021. All rights reserved.