AWS::KinesisFirehose::DeliveryStream Processor
The Processor property specifies a data processor for an Amazon Kinesis
Data Firehose delivery stream.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Parameters" :[ ProcessorParameter, ... ], "Type" :String}
YAML
Parameters:- ProcessorParameterType:String
Properties
Parameters-
The processor parameters.
Required: No
Type: List of ProcessorParameter
Update requires: No interruption
Type-
The type of processor. Valid values:
Lambda.Required: Yes
Type: String
Allowed values:
AppendDelimiterToRecord | Lambda | MetadataExtraction | RecordDeAggregationUpdate requires: No interruption