AWS::KinesisAnalytics::Application MappingParameters
When configuring application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CSVMappingParameters" :
CSVMappingParameters
, "JSONMappingParameters" :JSONMappingParameters
}
Properties
CSVMappingParameters
-
Provides additional mapping information when the record format uses delimiters (for example, CSV).
Required: No
Type: CSVMappingParameters
Update requires: No interruption
JSONMappingParameters
-
Provides additional mapping information when JSON is the record format on the streaming source.
Required: No
Type: JSONMappingParameters
Update requires: No interruption