/dhall-aws-cloudformation/gh-pages/cloudformation/AWS::Lambda::EventSourceMapping/Properties.dhall.html
Copy path to clipboardSource
<!DOCTYPE HTML><html><head><title>/cloudformation/AWS::Lambda::EventSourceMapping/Properties.dhall</title><link rel="stylesheet" type="text/css" href="../../index.css"><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600;700&family=Lato:ital,wght@0,400;0,700;1,400&display=swap"><script type="text/javascript" src="../../index.js"></script><meta charset="UTF-8"></head><body><div class="nav-bar"><img class="dhall-icon" src="../../dhall-icon.svg"><p class="package-title">dhall-aws-cloudformation</p><div class="nav-bar-content-divider"></div><a id="switch-light-dark-mode" class="nav-option">Switch Light/Dark Mode</a></div><div class="main-container"><h2 class="doc-title"><span class="crumb-divider">/</span><a href="../../index.html">dhall-aws-cloudformation</a><span class="crumb-divider">/</span><a class="title-crumb" href="../index.html">cloudformation</a><span class="crumb-divider">/</span><a class="title-crumb" href="index.html">AWS::Lambda::EventSourceMapping</a><span class="crumb-divider">/</span><span class="title-crumb" href="index.html">Properties.dhall</span></h2><a class="copy-to-clipboard" data-path="https://raw.githubusercontent.com/jcouyang/dhall-aws-cloudformation/0.9.81/cloudformation/AWS::Lambda::EventSourceMapping/Properties.dhall"><i><small>Copy path to clipboard</small></i></a><br><div class="doc-contents"></div><h3>Source</h3><div class="source-code"><pre>{ Type =<br> { AmazonManagedKafkaEventSourceConfig :<br> Optional (<a href="./AmazonManagedKafkaEventSourceConfig.dhall.html">./AmazonManagedKafkaEventSourceConfig.dhall</a>).Type<br> , BatchSize : Optional Integer<br> , BisectBatchOnFunctionError : Optional Bool<br> , DestinationConfig : Optional (<a href="./DestinationConfig.dhall.html">./DestinationConfig.dhall</a>).Type<br> , DocumentDBEventSourceConfig :<br> Optional (<a href="./DocumentDBEventSourceConfig.dhall.html">./DocumentDBEventSourceConfig.dhall</a>).Type<br> , Enabled : Optional Bool<br> , EventSourceArn : Optional (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , FilterCriteria : Optional (<a href="./FilterCriteria.dhall.html">./FilterCriteria.dhall</a>).Type<br> , FunctionName : (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , FunctionResponseTypes : Optional (List (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText)<br> , MaximumBatchingWindowInSeconds : Optional Integer<br> , MaximumRecordAgeInSeconds : Optional Integer<br> , MaximumRetryAttempts : Optional Integer<br> , ParallelizationFactor : Optional Integer<br> , Queues : Optional (List (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText)<br> , ScalingConfig : Optional (<a href="./ScalingConfig.dhall.html">./ScalingConfig.dhall</a>).Type<br> , SelfManagedEventSource : Optional (<a href="./SelfManagedEventSource.dhall.html">./SelfManagedEventSource.dhall</a>).Type<br> , SelfManagedKafkaEventSourceConfig :<br> Optional (<a href="./SelfManagedKafkaEventSourceConfig.dhall.html">./SelfManagedKafkaEventSourceConfig.dhall</a>).Type<br> , SourceAccessConfigurations :<br> Optional (List (<a href="./SourceAccessConfiguration.dhall.html">./SourceAccessConfiguration.dhall</a>).Type)<br> , StartingPosition : Optional (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , StartingPositionTimestamp : Optional Double<br> , Topics : Optional (List (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText)<br> , TumblingWindowInSeconds : Optional Integer<br> }<br>, default =<br> { AmazonManagedKafkaEventSourceConfig =<br> None (<a href="./AmazonManagedKafkaEventSourceConfig.dhall.html">./AmazonManagedKafkaEventSourceConfig.dhall</a>).Type<br> , BatchSize = None Integer<br> , BisectBatchOnFunctionError = None Bool<br> , DestinationConfig = None (<a href="./DestinationConfig.dhall.html">./DestinationConfig.dhall</a>).Type<br> , DocumentDBEventSourceConfig =<br> None (<a href="./DocumentDBEventSourceConfig.dhall.html">./DocumentDBEventSourceConfig.dhall</a>).Type<br> , Enabled = None Bool<br> , EventSourceArn = None (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , FilterCriteria = None (<a href="./FilterCriteria.dhall.html">./FilterCriteria.dhall</a>).Type<br> , FunctionResponseTypes = None (List (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText)<br> , MaximumBatchingWindowInSeconds = None Integer<br> , MaximumRecordAgeInSeconds = None Integer<br> , MaximumRetryAttempts = None Integer<br> , ParallelizationFactor = None Integer<br> , Queues = None (List (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText)<br> , ScalingConfig = None (<a href="./ScalingConfig.dhall.html">./ScalingConfig.dhall</a>).Type<br> , SelfManagedEventSource = None (<a href="./SelfManagedEventSource.dhall.html">./SelfManagedEventSource.dhall</a>).Type<br> , SelfManagedKafkaEventSourceConfig =<br> None (<a href="./SelfManagedKafkaEventSourceConfig.dhall.html">./SelfManagedKafkaEventSourceConfig.dhall</a>).Type<br> , SourceAccessConfigurations =<br> None (List (<a href="./SourceAccessConfiguration.dhall.html">./SourceAccessConfiguration.dhall</a>).Type)<br> , StartingPosition = None (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , StartingPositionTimestamp = None Double<br> , Topics = None (List (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText)<br> , TumblingWindowInSeconds = None Integer<br> }<br>}<br></pre></div></div></body></html>