| 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,
ISecurityGroup securityGroup,
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.
|
IQueue |
QueueProcessingEc2ServiceProps.Jsii$Proxy.getQueue() |
IQueue |
QueueProcessingFargateServiceProps.Jsii$Proxy.getQueue() |
default IQueue |
QueueProcessingServiceBaseProps.getQueue()
(experimental) A queue for which to process items from.
|
IQueue |
QueueProcessingServiceBaseProps.Jsii$Proxy.getQueue() |
IQueue |
QueueProcessingServiceBase.getSqsQueue()
(experimental) The SQS queue that the service will process from.
|
| Modifier and Type | Method and Description |
|---|---|
QueueProcessingEc2ServiceProps.Builder |
QueueProcessingEc2ServiceProps.Builder.queue(IQueue queue)
Sets the value of
QueueProcessingServiceBaseProps.getQueue() |
QueueProcessingFargateServiceProps.Builder |
QueueProcessingFargateServiceProps.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.
|
QueueProcessingServiceBaseProps.Builder |
QueueProcessingServiceBaseProps.Builder.queue(IQueue queue)
Sets the value of
QueueProcessingServiceBaseProps.getQueue() |
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,
Number desiredTaskCount,
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,
Number desiredTaskCount,
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,
Number desiredTaskCount,
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 |
|---|---|
IQueue |
CodePipelineTargetOptions.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
CodeBuildProjectProps.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
LogGroupProps.Jsii$Proxy.getDeadLetterQueue() |
default IQueue |
TargetBaseProps.getDeadLetterQueue()
(experimental) The SQS queue to be used as deadLetterQueue.
|
IQueue |
TargetBaseProps.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
LambdaFunctionProps.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
SfnStateMachineProps.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
SqsQueue.getQueue() |
| Modifier and Type | Method and Description |
|---|---|
static SqsQueue.Builder |
SqsQueue.Builder.create(IQueue queue) |
CodePipelineTargetOptions.Builder |
CodePipelineTargetOptions.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.
|
CodeBuildProjectProps.Builder |
CodeBuildProjectProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
TargetBaseProps.getDeadLetterQueue() |
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.
|
CodePipeline.Builder |
CodePipeline.Builder.deadLetterQueue(IQueue deadLetterQueue)
(experimental) The SQS queue to be used as deadLetterQueue.
|
LogGroupProps.Builder |
LogGroupProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
TargetBaseProps.getDeadLetterQueue() |
TargetBaseProps.Builder |
TargetBaseProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
TargetBaseProps.getDeadLetterQueue() |
LambdaFunctionProps.Builder |
LambdaFunctionProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
TargetBaseProps.getDeadLetterQueue() |
SfnStateMachineProps.Builder |
SfnStateMachineProps.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(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 event,
IRole eventRole,
IQueue deadLetterQueue,
Duration maxEventAge,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
CodeBuildProjectProps.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. |
SqsQueue(IQueue queue) |
SqsQueue(IQueue queue,
SqsQueueProps props) |
| Modifier and Type | Method and Description |
|---|---|
IQueue |
Function.getDeadLetterQueue()
(experimental) The DLQ associated with this Lambda Function (this is an optional attribute).
|
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 |
DockerImageFunctionProps.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
FunctionProps.Jsii$Proxy.getDeadLetterQueue() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
FunctionOptions.Builder |
FunctionOptions.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
FunctionOptions.getDeadLetterQueue() |
SingletonFunction.Builder |
SingletonFunction.Builder.deadLetterQueue(IQueue deadLetterQueue)
(experimental) The SQS queue to use if DLQ is enabled.
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
FunctionOptions.getDeadLetterQueue() |
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
FunctionOptions.getDeadLetterQueue() |
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,
ISecurityGroup securityGroup,
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,
ISecurityGroup securityGroup,
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,
ISecurityGroup securityGroup,
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,
ISecurityGroup securityGroup,
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 |
|---|---|
NodejsFunction.Builder |
NodejsFunction.Builder.deadLetterQueue(IQueue deadLetterQueue)
(experimental) The SQS queue to use if DLQ is enabled.
|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
FunctionOptions.getDeadLetterQueue() |
| 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,
ISecurityGroup securityGroup,
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. |
| Modifier and Type | Method and Description |
|---|---|
IQueue |
PythonFunctionProps.Jsii$Proxy.getDeadLetterQueue() |
| Modifier and Type | Method and Description |
|---|---|
PythonFunctionProps.Builder |
PythonFunctionProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
FunctionOptions.getDeadLetterQueue() |
PythonFunction.Builder |
PythonFunction.Builder.deadLetterQueue(IQueue deadLetterQueue)
(experimental) The SQS queue to use if DLQ is enabled.
|
| Constructor and Description |
|---|
Jsii$Proxy(String entry,
String assetHash,
AssetHashType assetHashType,
String handler,
String index,
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,
ISecurityGroup securityGroup,
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
PythonFunctionProps.Builder. |
| Constructor and Description |
|---|
SqsDestination(IQueue queue) |
| Modifier and Type | Method and Description |
|---|---|
default IQueue |
SubscriptionOptions.getDeadLetterQueue()
(experimental) Queue to be used as dead letter queue.
|
IQueue |
SubscriptionOptions.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
SubscriptionProps.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
TopicSubscriptionConfig.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
Subscription.getDeadLetterQueue()
(experimental) The DLQ associated with this subscription if present.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionOptions.Builder |
SubscriptionOptions.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
SubscriptionOptions.getDeadLetterQueue() |
SubscriptionProps.Builder |
SubscriptionProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
SubscriptionOptions.getDeadLetterQueue() |
TopicSubscriptionConfig.Builder |
TopicSubscriptionConfig.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.
|
| 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,
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 |
SqsSubscriptionProps.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
EmailSubscriptionProps.Jsii$Proxy.getDeadLetterQueue() |
IQueue |
UrlSubscriptionProps.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() |
SqsSubscription.Builder |
SqsSubscription.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() |
LambdaSubscription.Builder |
LambdaSubscription.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() |
SqsSubscriptionProps.Builder |
SqsSubscriptionProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
SubscriptionProps.getDeadLetterQueue() |
SmsSubscription.Builder |
SmsSubscription.Builder.deadLetterQueue(IQueue deadLetterQueue)
(experimental) Queue to be used as dead letter queue.
|
EmailSubscriptionProps.Builder |
EmailSubscriptionProps.Builder.deadLetterQueue(IQueue deadLetterQueue)
Sets the value of
SubscriptionProps.getDeadLetterQueue() |
UrlSubscriptionProps.Builder |
UrlSubscriptionProps.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.
|
EmailSubscription.Builder |
EmailSubscription.Builder.deadLetterQueue(IQueue deadLetterQueue)
(experimental) Queue to be used as dead letter queue.
|
| Constructor and Description |
|---|
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(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(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 |
|---|---|
QueuePolicy.Builder |
QueuePolicy.Builder.queues(List<? extends IQueue> queues)
(experimental) The set of queues this policy applies to.
|
QueuePolicyProps.Builder |
QueuePolicyProps.Builder.queues(List<? extends IQueue> queues)
Sets the value of
QueuePolicyProps.getQueues() |
| 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 |
|---|---|
static SendToQueue.Builder |
SendToQueue.Builder.create(IQueue queue)
Deprecated.
|
SqsSendMessage.Builder |
SqsSendMessage.Builder.queue(IQueue queue)
(experimental) The SQS queue that messages will be sent to.
|
SqsSendMessageProps.Builder |
SqsSendMessageProps.Builder.queue(IQueue queue)
Sets the value of
SqsSendMessageProps.getQueue() |
| 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,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SqsSendMessageProps.Builder. |
SendToQueue(IQueue queue,
SendToQueueProps props)
Deprecated.
|
Copyright © 2021. All rights reserved.