/dhall-aws-cloudformation/sam/AWS::Serverless::Function/DynamoDBEvent.dhall

Copy path to clipboard

Source

{ Type =
{ BatchSize : Optional Integer
, BisectBatchOnFunctionError : Optional Bool
, DestinationConfig : Optional (./DestinationConfig.dhall).Type
, Enabled : Optional Bool
, MaximumBatchingWindowInSeconds : Optional Integer
, MaximumRecordAgeInSeconds : Optional Integer
, MaximumRetryAttempts : Optional Integer
, ParallelizationFactor : Optional Integer
, StartingPosition : (./../../Fn.dhall).CfnText
, Stream : (./../../Fn.dhall).CfnText
}
, default =
{ BatchSize = None Integer
, BisectBatchOnFunctionError = None Bool
, DestinationConfig = None (./DestinationConfig.dhall).Type
, Enabled = None Bool
, MaximumBatchingWindowInSeconds = None Integer
, MaximumRecordAgeInSeconds = None Integer
, MaximumRetryAttempts = None Integer
, ParallelizationFactor = None Integer
}
}