/dhall-aws-cloudformation/cloudformation/AWS::KinesisAnalytics::Application/InputSchema.dhall

Copy path to clipboard

Source

{ Type =
{ RecordColumns : List (./RecordColumn.dhall).Type
, RecordEncoding : Optional (./../../Fn.dhall).CfnText
, RecordFormat : (./RecordFormat.dhall).Type
}
, default.RecordEncoding = None (./../../Fn.dhall).CfnText
}