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 AWS CloudFormation template, use the following syntax:
JSON
{ "ParameterName" :
String
, "ParameterValue" :String
}
YAML
ParameterName:
String
ParameterValue:String
Properties
ParameterName
-
The name of the parameter. Currently the following default values are supported: 3 for
NumberOfRetries
and 60 for theBufferIntervalInSeconds
. TheBufferSizeInMBs
ranges 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:
LambdaArn | NumberOfRetries | MetadataExtractionQuery | JsonParsingEngine | RoleArn | BufferSizeInMBs | BufferIntervalInSeconds | SubRecordType | Delimiter | CompressionFormat | DataMessageExtraction
Update requires: Replacement
ParameterValue
-
The parameter value.
Required: Yes
Type: String
Pattern:
^(?!\s*$).+
Minimum:
1
Maximum:
5120
Update requires: Replacement