Class KinesisStreamsToLambda
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awsconstructs.services.kinesisstreamslambda.KinesisStreamsToLambda
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.106.0 (build e852934)",
date="2024-12-24T18:32:46.243Z")
public class KinesisStreamsToLambda
extends software.constructs.Construct
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedKinesisStreamsToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedKinesisStreamsToLambda(software.amazon.jsii.JsiiObjectRef objRef) KinesisStreamsToLambda(software.constructs.Construct scope, String id, KinesisStreamsToLambdaProps props) -
Method Summary
Modifier and TypeMethodDescriptionList<software.amazon.awscdk.services.cloudwatch.Alarm>software.amazon.awscdk.services.kinesis.Streamsoftware.amazon.awscdk.services.lambda.FunctionMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
KinesisStreamsToLambda
protected KinesisStreamsToLambda(software.amazon.jsii.JsiiObjectRef objRef) -
KinesisStreamsToLambda
protected KinesisStreamsToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
KinesisStreamsToLambda
public KinesisStreamsToLambda(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull KinesisStreamsToLambdaProps props) - Parameters:
scope-- represents the scope for all the resources.
id-- this is a a scope-unique id.
props-- user provided props for the construct.
-
-
Method Details
-
getKinesisStream
@NotNull public software.amazon.awscdk.services.kinesis.Stream getKinesisStream() -
getLambdaFunction
@NotNull public software.amazon.awscdk.services.lambda.Function getLambdaFunction() -
getCloudwatchAlarms
-