@Internal public static final class KinesisStreamsToLambdaProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KinesisStreamsToLambdaProps
KinesisStreamsToLambdaPropssoftware.amazon.jsii.JsiiObject.InitializationModeKinesisStreamsToLambdaProps.Builder, KinesisStreamsToLambdaProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(KinesisStreamsToLambdaProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
KinesisStreamsToLambdaProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getCreateCloudWatchAlarms()
Whether to create recommended CloudWatch alarms.
|
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.
|
software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
software.amazon.awscdk.services.kinesis.Stream |
getExistingStreamObj()
Existing instance of Kinesis Stream, providing both this and `kinesisStreamProps` will cause an error.
|
Object |
getKinesisEventSourceProps()
Optional user-provided props to override the default props for the Lambda event source mapping.
|
software.amazon.awscdk.services.kinesis.StreamProps |
getKinesisStreamProps()
Optional user-provided props to override the default props for the Kinesis stream.
|
software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
software.amazon.awscdk.services.sqs.QueueProps |
getSqsDlqQueueProps()
Optional user provided properties for the SQS dead letter queue.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(KinesisStreamsToLambdaProps.Builder builder)
KinesisStreamsToLambdaProps.Builder.public final Boolean getCreateCloudWatchAlarms()
KinesisStreamsToLambdaPropsDefault: - Alarms are created
getCreateCloudWatchAlarms in interface KinesisStreamsToLambdaPropspublic final Boolean getDeploySqsDlqQueue()
KinesisStreamsToLambdaPropsDefault: - true.
getDeploySqsDlqQueue in interface KinesisStreamsToLambdaPropspublic final software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
KinesisStreamsToLambdaPropsDefault: - None
getExistingLambdaObj in interface KinesisStreamsToLambdaPropspublic final software.amazon.awscdk.services.kinesis.Stream getExistingStreamObj()
KinesisStreamsToLambdaPropsDefault: - None
getExistingStreamObj in interface KinesisStreamsToLambdaPropspublic final Object getKinesisEventSourceProps()
KinesisStreamsToLambdaPropsDefault: - Default props are used.
getKinesisEventSourceProps in interface KinesisStreamsToLambdaPropspublic final software.amazon.awscdk.services.kinesis.StreamProps getKinesisStreamProps()
KinesisStreamsToLambdaPropsDefault: - Default props are used.
getKinesisStreamProps in interface KinesisStreamsToLambdaPropspublic final software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
KinesisStreamsToLambdaPropsDefault: - Default props are used.
getLambdaFunctionProps in interface KinesisStreamsToLambdaPropspublic final software.amazon.awscdk.services.sqs.QueueProps getSqsDlqQueueProps()
KinesisStreamsToLambdaPropsDefault: - Default props are used
getSqsDlqQueueProps in interface KinesisStreamsToLambdaProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.