typeName property
The Elasticsearch type name. For Elasticsearch 6.x, there can be only one type per index. If you try to specify a new type for an existing index that already has another type, Kinesis Data Firehose returns an error during runtime.
If you upgrade Elasticsearch from 6.x to 7.x and don’t update your delivery
stream, Kinesis Data Firehose still delivers data to Elasticsearch with the
old index name and type name. If you want to update your delivery stream
with a new index name, provide an empty string for TypeName
.
Implementation
final String? typeName;