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: