Interface CfnChannelFlow.ProcessorConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannelFlow.ProcessorConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnChannelFlow
@Stability(Stable)
public static interface CfnChannelFlow.ProcessorConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
A processor's metadata.
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.*;
ProcessorConfigurationProperty processorConfigurationProperty = ProcessorConfigurationProperty.builder()
.lambda(LambdaConfigurationProperty.builder()
.invocationType("invocationType")
.resourceArn("resourceArn")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannelFlow.ProcessorConfigurationPropertystatic final classAn implementation forCfnChannelFlow.ProcessorConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLambda
Stores metadata about a Lambda processor.Returns union: either
IResolvableorCfnChannelFlow.LambdaConfigurationProperty- See Also:
-
builder
-