interface DataProcessorConfig
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.KinesisFirehose.DataProcessorConfig |
![]() | software.amazon.awscdk.services.kinesisfirehose.DataProcessorConfig |
![]() | aws_cdk.aws_kinesisfirehose.DataProcessorConfig |
![]() | @aws-cdk/aws-kinesisfirehose » DataProcessorConfig |
Obtainable from
Lambda
.bind()
The full configuration of a data processor.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as kinesisfirehose from '@aws-cdk/aws-kinesisfirehose';
const dataProcessorConfig: kinesisfirehose.DataProcessorConfig = {
processorIdentifier: {
parameterName: 'parameterName',
parameterValue: 'parameterValue',
},
processorType: 'processorType',
};
Properties
Name | Type | Description |
---|---|---|
processor | Data | The key-value pair that identifies the underlying processor resource. |
processor | string | The type of the underlying processor resource. |
processorIdentifier
Type:
Data
The key-value pair that identifies the underlying processor resource.
processorType
Type:
string
The type of the underlying processor resource.
Must be an accepted value in CfnDeliveryStream.ProcessorProperty.Type
.
'Lambda'