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: