This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Pipes::Pipe PipeSourceSqsQueueParameters
The parameters for using a Amazon SQS stream as a source.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BatchSize" :Integer, "MaximumBatchingWindowInSeconds" :Integer}
YAML
BatchSize:IntegerMaximumBatchingWindowInSeconds:Integer
Properties
BatchSize-
The maximum number of records to include in each batch.
Required: No
Type: Integer
Minimum:
1Maximum:
10000Update requires: No interruption
MaximumBatchingWindowInSeconds-
The maximum length of a time to wait for events.
Required: No
Type: Integer
Minimum:
0Maximum:
300Update requires: No interruption