@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-02T19:43:02.079Z") public class DynamoDBStreamsToLambda extends software.amazon.awscdk.core.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
DynamoDBStreamsToLambda.Builder
A fluent builder for
DynamoDBStreamsToLambda. |
| Modifier | Constructor and Description |
|---|---|
|
DynamoDBStreamsToLambda(software.amazon.awscdk.core.Construct scope,
String id,
DynamoDBStreamsToLambdaProps props) |
protected |
DynamoDBStreamsToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
DynamoDBStreamsToLambda(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awscdk.services.dynamodb.Table |
getDynamoTable() |
software.amazon.awscdk.services.dynamodb.ITable |
getDynamoTableInterface() |
software.amazon.awscdk.services.lambda.Function |
getLambdaFunction() |
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected DynamoDBStreamsToLambda(software.amazon.jsii.JsiiObjectRef objRef)
protected DynamoDBStreamsToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public DynamoDBStreamsToLambda(@NotNull
software.amazon.awscdk.core.Construct scope,
@NotNull
String id,
@NotNull
DynamoDBStreamsToLambdaProps 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.dynamodb.ITable getDynamoTableInterface()
@NotNull public software.amazon.awscdk.services.lambda.Function getLambdaFunction()
@Nullable public software.amazon.awscdk.services.dynamodb.Table getDynamoTable()
Copyright © 2021. All rights reserved.