Interface CfnChannelFlowPropsMixin.LambdaConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannelFlowPropsMixin.LambdaConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnChannelFlowPropsMixin
@Stability(Stable)
public static interface CfnChannelFlowPropsMixin.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.cfnpropertymixins.services.chime.*;
LambdaConfigurationProperty lambdaConfigurationProperty = LambdaConfigurationProperty.builder()
.invocationType("invocationType")
.resourceArn("resourceArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannelFlowPropsMixin.LambdaConfigurationPropertystatic final classAn implementation forCfnChannelFlowPropsMixin.LambdaConfigurationProperty -
Method Summary
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
-