Amazon Kinesis Data Firehose DeliveryStream ProcessorParameter
The ProcessorParameter property specifies a processor parameter in a data processor for an Amazon Kinesis
Data Firehose delivery stream.
ProcessorParameter is a property of the Amazon Kinesis Data Firehose DeliveryStream Processor property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ParameterName" :String, "ParameterValue" :String}
YAML
ParameterName:StringParameterValue:String
Properties
For more information about each property, including constraints and valid values, see ProcessorParameter in the Amazon Kinesis Data Firehose API Reference.
ParameterName-
The name of the parameter.
Required: Yes
Type: String
Update requires: No interruption
ParameterValue-
The parameter value.
Required: Yes
Type: String
Update requires: No interruption
