Uses of Class
software.amazon.awscdk.services.lambda.CfnEventSourceMapping.Builder
Packages that use CfnEventSourceMapping.Builder
-
Uses of CfnEventSourceMapping.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return CfnEventSourceMapping.BuilderModifier and TypeMethodDescriptionCfnEventSourceMapping.Builder.amazonManagedKafkaEventSourceConfig(IResolvable amazonManagedKafkaEventSourceConfig) Specific configuration settings for an MSK event source.CfnEventSourceMapping.Builder.amazonManagedKafkaEventSourceConfig(CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty amazonManagedKafkaEventSourceConfig) Specific configuration settings for an MSK event source.The maximum number of items to retrieve in a single batch.CfnEventSourceMapping.Builder.bisectBatchOnFunctionError(Boolean bisectBatchOnFunctionError) (Streams) If the function returns an error, split the batch in two and retry.CfnEventSourceMapping.Builder.bisectBatchOnFunctionError(IResolvable bisectBatchOnFunctionError) (Streams) If the function returns an error, split the batch in two and retry.CfnEventSourceMapping.Builder.destinationConfig(IResolvable destinationConfig) A configuration object that specifies the destination of an event after Lambda processes it.CfnEventSourceMapping.Builder.destinationConfig(CfnEventSourceMapping.DestinationConfigProperty destinationConfig) A configuration object that specifies the destination of an event after Lambda processes it.CfnEventSourceMapping.Builder.documentDbEventSourceConfig(IResolvable documentDbEventSourceConfig) Document db event source config.CfnEventSourceMapping.Builder.documentDbEventSourceConfig(CfnEventSourceMapping.DocumentDBEventSourceConfigProperty documentDbEventSourceConfig) Document db event source config.Disables the event source mapping to pause polling and invocation.CfnEventSourceMapping.Builder.enabled(IResolvable enabled) Disables the event source mapping to pause polling and invocation.CfnEventSourceMapping.Builder.eventSourceArn(String eventSourceArn) The Amazon Resource Name (ARN) of the event source.CfnEventSourceMapping.Builder.filterCriteria(IResolvable filterCriteria) The filter criteria to control event filtering.CfnEventSourceMapping.Builder.filterCriteria(CfnEventSourceMapping.FilterCriteriaProperty filterCriteria) The filter criteria to control event filtering.CfnEventSourceMapping.Builder.functionName(String functionName) The name of the Lambda function.CfnEventSourceMapping.Builder.functionResponseTypes(List<String> functionResponseTypes) (Streams) A list of response types supported by the function.The Amazon Resource Name (ARN) of the KMS key.CfnEventSourceMapping.Builder.maximumBatchingWindowInSeconds(Number maximumBatchingWindowInSeconds) (Streams) The maximum amount of time to gather records before invoking the function, in seconds.CfnEventSourceMapping.Builder.maximumRecordAgeInSeconds(Number maximumRecordAgeInSeconds) (Streams) The maximum age of a record that Lambda sends to a function for processing.CfnEventSourceMapping.Builder.maximumRetryAttempts(Number maximumRetryAttempts) (Streams) The maximum number of times to retry when the function returns an error.CfnEventSourceMapping.Builder.metricsConfig(IResolvable metricsConfig) Metrics config for Event Source Mapping Metrics.CfnEventSourceMapping.Builder.metricsConfig(CfnEventSourceMapping.MetricsConfigProperty metricsConfig) Metrics config for Event Source Mapping Metrics.CfnEventSourceMapping.Builder.parallelizationFactor(Number parallelizationFactor) (Streams) The number of batches to process from each shard concurrently.CfnEventSourceMapping.Builder.provisionedPollerConfig(IResolvable provisionedPollerConfig) ProvisionedPollerConfig.CfnEventSourceMapping.Builder.provisionedPollerConfig(CfnEventSourceMapping.ProvisionedPollerConfigProperty provisionedPollerConfig) ProvisionedPollerConfig.(ActiveMQ) A list of ActiveMQ queues.CfnEventSourceMapping.Builder.scalingConfig(IResolvable scalingConfig) The scaling configuration for the event source.CfnEventSourceMapping.Builder.scalingConfig(CfnEventSourceMapping.ScalingConfigProperty scalingConfig) The scaling configuration for the event source.CfnEventSourceMapping.Builder.selfManagedEventSource(IResolvable selfManagedEventSource) The configuration used by AWS Lambda to access a self-managed event source.CfnEventSourceMapping.Builder.selfManagedEventSource(CfnEventSourceMapping.SelfManagedEventSourceProperty selfManagedEventSource) The configuration used by AWS Lambda to access a self-managed event source.CfnEventSourceMapping.Builder.selfManagedKafkaEventSourceConfig(IResolvable selfManagedKafkaEventSourceConfig) Specific configuration settings for a Self-Managed Apache Kafka event source.CfnEventSourceMapping.Builder.selfManagedKafkaEventSourceConfig(CfnEventSourceMapping.SelfManagedKafkaEventSourceConfigProperty selfManagedKafkaEventSourceConfig) Specific configuration settings for a Self-Managed Apache Kafka event source.CfnEventSourceMapping.Builder.sourceAccessConfigurations(List<? extends Object> sourceAccessConfigurations) A list of SourceAccessConfiguration.CfnEventSourceMapping.Builder.sourceAccessConfigurations(IResolvable sourceAccessConfigurations) A list of SourceAccessConfiguration.CfnEventSourceMapping.Builder.startingPosition(String startingPosition) The position in a stream from which to start reading.CfnEventSourceMapping.Builder.startingPositionTimestamp(Number startingPositionTimestamp) With StartingPosition set to AT_TIMESTAMP, the time from which to start reading, in Unix time seconds.A list of tags to apply to event source mapping resource.(Kafka) A list of Kafka topics.CfnEventSourceMapping.Builder.tumblingWindowInSeconds(Number tumblingWindowInSeconds) (Streams) Tumbling window (non-overlapping time window) duration to perform aggregations.