AWS::KinesisFirehose::DeliveryStream Processor - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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 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