/dhall-aws-cloudformation/cloudformation/AWS::Pipes::Pipe/PipeSourceSqsQueueParameters.dhall

Copy path to clipboard

Source

{ Type =
{ BatchSize : Optional Integer
, MaximumBatchingWindowInSeconds : Optional Integer
}
, default =
{ BatchSize = None Integer, MaximumBatchingWindowInSeconds = None Integer }
}