Module: AWSCDK::KinesisFirehose::SubRecordType
- Defined in:
- kinesis_firehose/sub_record_type.rb
Overview
The sub-record type to deaggregate input records.
Constant Summary collapse
- JSON =
Deprecated.Note:
Default:
The records are JSON objects on a single line with no delimiter or newline-delimited (JSONL).
Jsii::Enum.new("aws-cdk-lib.aws_kinesisfirehose.SubRecordType", "JSON")
- DELIMITED =
Deprecated.Note:
Default:
The records are delimited by a custom delimiter.
Jsii::Enum.new("aws-cdk-lib.aws_kinesisfirehose.SubRecordType", "DELIMITED")