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 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.services.pipes.*;
 PipeTargetSqsQueueParametersProperty pipeTargetSqsQueueParametersProperty = PipeTargetSqsQueueParametersProperty.builder()
         .messageDeduplicationId("messageDeduplicationId")
         .messageGroupId("messageGroupId")
         .build();
 

See Also: