Firehose Delivery Stream Opensearchserverless Configuration Args
Constructors
Properties
Buffer incoming data for the specified period of time, in seconds between 0 to 900, before delivering it to the destination. The default value is 300s.
Buffer incoming data to the specified size, in MBs between 1 to 100, before delivering it to the destination. The default value is 5MB.
The CloudWatch Logging Options for the delivery stream. See cloudwatch_logging_options
block below for details.
The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch Service.
The data processing configuration. See processing_configuration
block below for details.
After an initial failure to deliver to the Serverless offering for Amazon OpenSearch Service, the total amount of time, in seconds between 0 to 7200, during which Kinesis Data Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. The default value is 300s. There will be no retry if the value is 0.
Defines how documents should be delivered to Amazon S3. Valid values are FailedDocumentsOnly
and AllDocuments
. Default value is FailedDocumentsOnly
.
The S3 Configuration. See s3_configuration
block below for details.
The VPC configuration for the delivery stream to connect to OpenSearch Serverless associated with the VPC. See vpc_config
block below for details.