Get Event Source Mapping Result
data class GetEventSourceMappingResult(val batchSize: Int? = null, val bisectBatchOnFunctionError: Boolean? = null, val destinationConfig: EventSourceMappingDestinationConfig? = null, val documentDbEventSourceConfig: EventSourceMappingDocumentDbEventSourceConfig? = null, val enabled: Boolean? = null, val filterCriteria: EventSourceMappingFilterCriteria? = null, val functionName: String? = null, val functionResponseTypes: List<EventSourceMappingFunctionResponseTypesItem>? = null, val id: String? = null, val maximumBatchingWindowInSeconds: Int? = null, val maximumRecordAgeInSeconds: Int? = null, val maximumRetryAttempts: Int? = null, val parallelizationFactor: Int? = null, val queues: List<String>? = null, val scalingConfig: EventSourceMappingScalingConfig? = null, val sourceAccessConfigurations: List<EventSourceMappingSourceAccessConfiguration>? = null, val topics: List<String>? = null, val tumblingWindowInSeconds: Int? = null)
Constructors
Link copied to clipboard
fun GetEventSourceMappingResult(batchSize: Int? = null, bisectBatchOnFunctionError: Boolean? = null, destinationConfig: EventSourceMappingDestinationConfig? = null, documentDbEventSourceConfig: EventSourceMappingDocumentDbEventSourceConfig? = null, enabled: Boolean? = null, filterCriteria: EventSourceMappingFilterCriteria? = null, functionName: String? = null, functionResponseTypes: List<EventSourceMappingFunctionResponseTypesItem>? = null, id: String? = null, maximumBatchingWindowInSeconds: Int? = null, maximumRecordAgeInSeconds: Int? = null, maximumRetryAttempts: Int? = null, parallelizationFactor: Int? = null, queues: List<String>? = null, scalingConfig: EventSourceMappingScalingConfig? = null, sourceAccessConfigurations: List<EventSourceMappingSourceAccessConfiguration>? = null, topics: List<String>? = null, tumblingWindowInSeconds: Int? = null)
Types
Properties
Link copied to clipboard