@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2023-01-03T16:22:40.730Z") @Stability(value=Deprecated) @Deprecated public class SendToQueue extends software.amazon.jsii.JsiiObject implements IStepFunctionsTask
A Function can be used directly as a Resource, but this class mirrors integration with other AWS services via a specific class instance.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sqs.*;
import software.amazon.awscdk.services.stepfunctions.*;
import software.amazon.awscdk.services.stepfunctions.tasks.*;
import software.amazon.awscdk.core.*;
Queue queue;
TaskInput taskInput;
SendToQueue sendToQueue = SendToQueue.Builder.create(queue)
.messageBody(taskInput)
// the properties below are optional
.delay(Duration.minutes(30))
.integrationPattern(ServiceIntegrationPattern.FIRE_AND_FORGET)
.messageDeduplicationId("messageDeduplicationId")
.messageGroupId("messageGroupId")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
SendToQueue.Builder
Deprecated.
|
software.amazon.jsii.JsiiObject.InitializationModeIStepFunctionsTask.Jsii$Default, IStepFunctionsTask.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
SendToQueue(IQueue queue,
SendToQueueProps props)
Deprecated.
|
protected |
SendToQueue(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
SendToQueue(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
StepFunctionsTaskConfig |
bind(Task _task)
Deprecated.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected SendToQueue(software.amazon.jsii.JsiiObjectRef objRef)
protected SendToQueue(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated public SendToQueue(@NotNull IQueue queue, @NotNull SendToQueueProps props)
queue - This parameter is required.props - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public StepFunctionsTaskConfig bind(@NotNull Task _task)
bind in interface IStepFunctionsTask_task - This parameter is required.Copyright © 2023. All rights reserved.