Interface CfnChannelFlow.LambdaConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannelFlow.LambdaConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnChannelFlow
@Stability(Stable)
public static interface CfnChannelFlow.LambdaConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Stores metadata about a Lambda processor.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.chime.*;
LambdaConfigurationProperty lambdaConfigurationProperty = LambdaConfigurationProperty.builder()
.invocationType("invocationType")
.resourceArn("resourceArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannelFlow.LambdaConfigurationPropertystatic final classAn implementation forCfnChannelFlow.LambdaConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Controls how the Lambda function is invoked.The ARN of the Lambda message processing function.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInvocationType
Controls how the Lambda function is invoked.- See Also:
-
getResourceArn
The ARN of the Lambda message processing function.- See Also:
-
builder
-