s3BackupMode property
Defines how documents should be delivered to Amazon S3. When it is set to
FailedDocumentsOnly, Kinesis Data Firehose writes any documents
that could not be indexed to the configured Amazon S3 destination, with
elasticsearch-failed/ appended to the key prefix. When set to
AllDocuments, Kinesis Data Firehose delivers all incoming
records to Amazon S3, and also writes failed documents with
elasticsearch-failed/ appended to the prefix. For more
information, see Amazon
S3 Backup for the Amazon ES Destination. Default value is
FailedDocumentsOnly.
You can't change this backup mode after you create the delivery stream.
Implementation
final ElasticsearchS3BackupMode? s3BackupMode;