AWS::KinesisFirehose::DeliveryStream Processor - AWS CloudFormation

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 AWS CloudFormation template, use the following syntax:

JSON

{ "Parameters" : [ ProcessorParameter, ... ], "Type" : String }

Properties

Parameters

The processor parameters.

Required: No

Type: Array of ProcessorParameter

Update requires: No interruption

Type

The type of processor. Valid values: Lambda.

Required: Yes

Type: String

Allowed values: RecordDeAggregation | Decompression | CloudWatchLogProcessing | Lambda | MetadataExtraction | AppendDelimiterToRecord

Update requires: No interruption