For a SQL-based Kinesis Data Analytics application, describes the record format and relevant mapping information that should be applied to schematize the records on the stream.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/RecordFormat",
"title": "RecordFormat",
"type": "object",
"required": [
"RecordFormatType"
],
"properties": {
"RecordFormatType": {
"allOf": [
{
"$ref": "#/components/schemas/RecordFormatType"
},
{
"description": "The type of record format."
}
]
},
"MappingParameters": {
"allOf": [
{
"$ref": "#/components/schemas/MappingParameters"
},
{
"description": "When you configure 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."
}
]
}
},
"description": " For a SQL-based Kinesis Data Analytics application, describes the record format and relevant mapping information that should be applied to schematize the records on the stream. "
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.