Interface CfnPipePropsMixin.PipeTargetSqsQueueParametersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPipePropsMixin.PipeTargetSqsQueueParametersProperty.Jsii$Proxy
- Enclosing class:
CfnPipePropsMixin
@Stability(Stable)
public static interface CfnPipePropsMixin.PipeTargetSqsQueueParametersProperty
extends software.amazon.jsii.JsiiSerializable
The parameters for using a Amazon SQS stream as a target.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.pipes.mixins.*;
PipeTargetSqsQueueParametersProperty pipeTargetSqsQueueParametersProperty = PipeTargetSqsQueueParametersProperty.builder()
.messageDeduplicationId("messageDeduplicationId")
.messageGroupId("messageGroupId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPipePropsMixin.PipeTargetSqsQueueParametersPropertystatic final classAn implementation forCfnPipePropsMixin.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.
- See Also:
-
getMessageGroupId
The FIFO message group ID to use as the target.- See Also:
-
builder
-