@Generated(value="jsii-pacmak/1.52.1 (build 5ccc8f6)", date="2022-01-20T16:23:31.932Z") public class KinesisStreamsToLambda extends software.constructs.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
KinesisStreamsToLambda.Builder
A fluent builder for
KinesisStreamsToLambda. |
| Modifier | Constructor and Description |
|---|---|
|
KinesisStreamsToLambda(software.constructs.Construct scope,
String id,
KinesisStreamsToLambdaProps props) |
protected |
KinesisStreamsToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
KinesisStreamsToLambda(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
List<software.amazon.awscdk.services.cloudwatch.Alarm> |
getCloudwatchAlarms() |
software.amazon.awscdk.services.kinesis.Stream |
getKinesisStream() |
software.amazon.awscdk.services.lambda.Function |
getLambdaFunction() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected KinesisStreamsToLambda(software.amazon.jsii.JsiiObjectRef objRef)
protected KinesisStreamsToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public KinesisStreamsToLambda(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
KinesisStreamsToLambdaProps props)
scope - - represents the scope for all the resources. This parameter is required.id - - this is a a scope-unique id. This parameter is required.props - - user provided props for the construct. This parameter is required.@NotNull public software.amazon.awscdk.services.kinesis.Stream getKinesisStream()
@NotNull public software.amazon.awscdk.services.lambda.Function getLambdaFunction()
@Nullable public List<software.amazon.awscdk.services.cloudwatch.Alarm> getCloudwatchAlarms()
Copyright © 2022. All rights reserved.