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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPipe.PipeSourceSqsQueueParametersProperty
static final class
An implementation forCfnPipe.PipeSourceSqsQueueParametersProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBatchSize
The maximum number of records to include in each batch. -
getMaximumBatchingWindowInSeconds
The maximum length of a time to wait for events. -
builder
-