interface ProcessorConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Chime.CfnChannelFlowPropsMixin.ProcessorConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awschime#CfnChannelFlowPropsMixin_ProcessorConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.chime.CfnChannelFlowPropsMixin.ProcessorConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_chime.CfnChannelFlowPropsMixin.ProcessorConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_chime » CfnChannelFlowPropsMixin » ProcessorConfigurationProperty |
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 { aws_chime as chime } from '@aws-cdk/cfn-property-mixins';
const processorConfigurationProperty: chime.CfnChannelFlowPropsMixin.ProcessorConfigurationProperty = {
lambda: {
invocationType: 'invocationType',
resourceArn: 'resourceArn',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| lambda? | IResolvable | Lambda | Stores metadata about a Lambda processor. |
lambda?
Type:
IResolvable | Lambda
(optional)
Stores metadata about a Lambda processor.

.NET
Go
Java
Python
TypeScript