Interface CfnPipe.PipeTargetSqsQueueParametersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPipe.PipeTargetSqsQueueParametersProperty.Jsii$Proxy
- Enclosing class:
CfnPipe
@Stability(Stable)
public static interface CfnPipe.PipeTargetSqsQueueParametersProperty
extends software.amazon.jsii.JsiiSerializable
The parameters for using a Amazon SQS stream as a source.
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.pipes.*; PipeTargetSqsQueueParametersProperty pipeTargetSqsQueueParametersProperty = PipeTargetSqsQueueParametersProperty.builder() .messageDeduplicationId("messageDeduplicationId") .messageGroupId("messageGroupId") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPipe.PipeTargetSqsQueueParametersProperty
static final class
An implementation forCfnPipe.PipeTargetSqsQueueParametersProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMessageDeduplicationId
This parameter applies only to FIFO (first-in-first-out) queues.The token used for deduplication of sent messages.
-
getMessageGroupId
The FIFO message group ID to use as the target. -
builder
-