Interface CfnPipe.PipeSourceSqsQueueParametersProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPipe.PipeSourceSqsQueueParametersProperty.Jsii$Proxy
Enclosing class:
CfnPipe

@Stability(Stable) public static interface CfnPipe.PipeSourceSqsQueueParametersProperty 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.*;
 PipeSourceSqsQueueParametersProperty pipeSourceSqsQueueParametersProperty = PipeSourceSqsQueueParametersProperty.builder()
         .batchSize(123)
         .maximumBatchingWindowInSeconds(123)
         .build();