s3Backup Mode
suspend fun s3BackupMode(value: Output<DeliveryStreamAmazonOpenSearchServerlessDestinationConfigurationS3BackupMode>)
suspend fun s3BackupMode(value: DeliveryStreamAmazonOpenSearchServerlessDestinationConfigurationS3BackupMode?)
Parameters
value
Defines how documents should be delivered to Amazon S3. When it is set to FailedDocumentsOnly, Firehose writes any documents that could not be indexed to the configured Amazon S3 destination, with AmazonOpenSearchService-failed/ appended to the key prefix. When set to AllDocuments, Firehose delivers all incoming records to Amazon S3, and also writes failed documents with AmazonOpenSearchService-failed/ appended to the prefix.