| Modifier and Type | Method and Description |
|---|---|
static KinesisStreamsToLambda.Builder |
KinesisStreamsToLambda.Builder.create(software.constructs.Construct scope,
String id) |
KinesisStreamsToLambda.Builder |
KinesisStreamsToLambda.Builder.createCloudWatchAlarms(Boolean createCloudWatchAlarms)
Whether to create recommended CloudWatch alarms.
|
KinesisStreamsToLambda.Builder |
KinesisStreamsToLambda.Builder.deploySqsDlqQueue(Boolean deploySqsDlqQueue)
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 |
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 |
KinesisStreamsToLambda.Builder.existingStreamObj(software.amazon.awscdk.services.kinesis.Stream existingStreamObj)
Existing instance of Kinesis Stream, providing both this and `kinesisStreamProps` will cause an error.
|
KinesisStreamsToLambda.Builder |
KinesisStreamsToLambda.Builder.kinesisEventSourceProps(Object kinesisEventSourceProps)
Optional user-provided props to override the default props for the Lambda event source mapping.
|
KinesisStreamsToLambda.Builder |
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 |
KinesisStreamsToLambda.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
User provided props to override the default props for the Lambda function.
|
KinesisStreamsToLambda.Builder |
KinesisStreamsToLambda.Builder.sqsDlqQueueProps(software.amazon.awscdk.services.sqs.QueueProps sqsDlqQueueProps)
Optional user provided properties for the SQS dead letter queue.
|
Copyright © 2022. All rights reserved.