Class: AmazonKinesisFirehoseDeliveryStreamElasticsearchDestinationConfiguration

Types~AmazonKinesisFirehoseDeliveryStreamElasticsearchDestinationConfiguration

new AmazonKinesisFirehoseDeliveryStreamElasticsearchDestinationConfiguration()

Properties:
Name Type Description
BufferingHints AmazonKinesisFirehoseDeliveryStreamElasticsearchDestinationConfigurationBufferingHints Required: Yes. Configures how Firehose buffers incoming data while delivering it to the Amazon ES domain.
CloudWatchLoggingOptions AmazonKinesisFirehoseDeliveryStreamDestinationCloudWatchLoggingOptions Required: No. The Amazon CloudWatch Logs logging options for the delivery stream.
DomainARN String Required: Yes. The Amazon Resource Name (ARN) of the Amazon ES domain that Firehose delivers data to.
IndexName String Required: Yes. The name of the Elasticsearch index to which Firehose adds data for indexing.
IndexRotationPeriod String Required: Yes. The frequency of Elasticsearch index rotation. If you enable index rotation, Firehose appends a portion of the UTC arrival timestamp to the specified index name, and rotates the appended timestamp accordingly. For more information, see Index Rotation for the Amazon ES Destination in the Amazon Kinesis Firehose Developer Guide.
RetryOptions String Required: undefined. The retry behavior when Firehose is unable to deliver data to Amazon ES.
RoleARN String Required: Yes. The ARN of the AWS Identity and Access Management (IAM) role that grants Firehose access to your S3 bucket, AWS KMS (if you enable data encryption), and Amazon CloudWatch Logs (if you enable logging).For more information, see Grant Firehose Access to an Amazon Elasticsearch Service Destination in the Amazon Kinesis Firehose Developer Guide.
S3BackupMode String Required: Yes. The condition under which Firehose delivers data to Amazon Simple Storage Service (Amazon S3). You can send Amazon S3 all documents (all data) or only the documents that Firehose could not deliver to the Amazon ES destination. For more information and valid values, see the S3BackupMode content for the ElasticsearchDestinationConfiguration data type in the Amazon Kinesis Firehose API Reference.
S3Configuration String Required: undefined. The S3 bucket where Firehose backs up incoming data.
TypeName String Required: Yes. The Elasticsearch type name that Amazon ES adds to documents when indexing data.
Source: