AWS::KinesisFirehose::DeliveryStream ProcessorParameter
The ProcessorParameter property specifies a processor parameter in 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
{ "ParameterName" :String, "ParameterValue" :String}
YAML
ParameterName:StringParameterValue:String
Properties
ParameterName-
The name of the parameter. Currently the following default values are supported: 3 for
NumberOfRetriesand 60 for theBufferIntervalInSeconds. TheBufferSizeInMBsranges between 0.2 MB and up to 3MB. The default buffering hint is 1MB for all destinations, except Splunk. For Splunk, the default buffering hint is 256 KB.Required: Yes
Type: String
Allowed values:
BufferIntervalInSeconds | BufferSizeInMBs | Delimiter | JsonParsingEngine | LambdaArn | MetadataExtractionQuery | NumberOfRetries | RoleArn | SubRecordTypeUpdate requires: No interruption
ParameterValue-
The parameter value.
Required: Yes
Type: String
Minimum:
1Maximum:
5120Pattern:
^(?!\s*$).+Update requires: No interruption