aws-cdk-lib.aws_pipes.CfnPipe.PipeSourceSqsQueueParametersProperty

interface PipeSourceSqsQueueParametersProperty

LanguageType name
.NETAmazon.CDK.AWS.Pipes.CfnPipe.PipeSourceSqsQueueParametersProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awspipes#CfnPipe_PipeSourceSqsQueueParametersProperty
Javasoftware.amazon.awscdk.services.pipes.CfnPipe.PipeSourceSqsQueueParametersProperty
Pythonaws_cdk.aws_pipes.CfnPipe.PipeSourceSqsQueueParametersProperty
TypeScript 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

NameTypeDescription
batchSize?numberThe maximum number of records to include in each batch.
maximumBatchingWindowInSeconds?numberThe 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.