interface PipeSourceSqsQueueParametersProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pipes.CfnPipe.PipeSourceSqsQueueParametersProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspipes#CfnPipe_PipeSourceSqsQueueParametersProperty |
![]() | software.amazon.awscdk.services.pipes.CfnPipe.PipeSourceSqsQueueParametersProperty |
![]() | aws_cdk.aws_pipes.CfnPipe.PipeSourceSqsQueueParametersProperty |
![]() | aws-cdk-lib » aws_pipes » CfnPipe » PipeSourceSqsQueueParametersProperty |
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 { aws_pipes as pipes } from 'aws-cdk-lib';
const pipeSourceSqsQueueParametersProperty: pipes.CfnPipe.PipeSourceSqsQueueParametersProperty = {
batchSize: 123,
maximumBatchingWindowInSeconds: 123,
};
Properties
Name | Type | Description |
---|---|---|
batch | number | The maximum number of records to include in each batch. |
maximum | number | The maximum length of a time to wait for events. |
batchSize?
Type:
number
(optional)
The maximum number of records to include in each batch.
maximumBatchingWindowInSeconds?
Type:
number
(optional)
The maximum length of a time to wait for events.