@Generated(value="jsii-pacmak/1.52.1 (build 5ccc8f6)", date="2022-01-20T16:23:31.939Z") public interface KinesisStreamsToLambdaProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
KinesisStreamsToLambdaProps.Builder
A builder for
KinesisStreamsToLambdaProps |
static class |
KinesisStreamsToLambdaProps.Jsii$Proxy
An implementation for
KinesisStreamsToLambdaProps |
| Modifier and Type | Method and Description |
|---|---|
static KinesisStreamsToLambdaProps.Builder |
builder() |
default Boolean |
getCreateCloudWatchAlarms()
Whether to create recommended CloudWatch alarms.
|
default Boolean |
getDeploySqsDlqQueue()
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.
|
default software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
default software.amazon.awscdk.services.kinesis.Stream |
getExistingStreamObj()
Existing instance of Kinesis Stream, providing both this and `kinesisStreamProps` will cause an error.
|
default Object |
getKinesisEventSourceProps()
Optional user-provided props to override the default props for the Lambda event source mapping.
|
default software.amazon.awscdk.services.kinesis.StreamProps |
getKinesisStreamProps()
Optional user-provided props to override the default props for the Kinesis stream.
|
default software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
default software.amazon.awscdk.services.sqs.QueueProps |
getSqsDlqQueueProps()
Optional user provided properties for the SQS dead letter queue.
|
@Nullable default Boolean getCreateCloudWatchAlarms()
Default: - Alarms are created
@Nullable default Boolean getDeploySqsDlqQueue()
Default: - true.
@Nullable default software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
Default: - None
@Nullable default software.amazon.awscdk.services.kinesis.Stream getExistingStreamObj()
Default: - None
@Nullable default Object getKinesisEventSourceProps()
Default: - Default props are used.
@Nullable default software.amazon.awscdk.services.kinesis.StreamProps getKinesisStreamProps()
Default: - Default props are used.
@Nullable default software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
Default: - Default props are used.
@Nullable default software.amazon.awscdk.services.sqs.QueueProps getSqsDlqQueueProps()
Default: - Default props are used
static KinesisStreamsToLambdaProps.Builder builder()
Copyright © 2022. All rights reserved.