/dhall-aws-cloudformation/cloudformation/AWS::Pipes::Pipe/PipeSourceSqsQueueParameters.dhall
Copy path to clipboardSource
{ Type =
{ BatchSize : Optional Integer
, MaximumBatchingWindowInSeconds : Optional Integer
}
, default =
{ BatchSize = None Integer, MaximumBatchingWindowInSeconds = None Integer }
}