-
KinesisStreamsToLambda.Builder.create(software.constructs.Construct scope,
String id)
Whether to create recommended CloudWatch alarms.
Whether to deploy a SQS dead letter queue when a data record reaches the Maximum Retry Attempts or Maximum Record Age, its metadata like shard ID and stream ARN will be sent to an SQS queue.
KinesisStreamsToLambda.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Existing instance of Lambda Function object, providing both this and lambdaFunctionProps will cause an error.
KinesisStreamsToLambda.Builder.existingStreamObj(software.amazon.awscdk.services.kinesis.Stream existingStreamObj)
Existing instance of Kinesis Stream, providing both this and kinesisStreamProps will cause an error.
Optional user-provided props to override the default props for the Lambda event source mapping.
KinesisStreamsToLambda.Builder.kinesisStreamProps(software.amazon.awscdk.services.kinesis.StreamProps kinesisStreamProps)
Optional user-provided props to override the default props for the Kinesis stream.
KinesisStreamsToLambda.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
User provided props to override the default props for the Lambda function.
KinesisStreamsToLambda.Builder.sqsDlqQueueProps(software.amazon.awscdk.services.sqs.QueueProps sqsDlqQueueProps)
Optional user provided properties for the SQS dead letter queue.