DeliveryStreamAmazonopensearchserviceDestinationConfigurationArgs

data class DeliveryStreamAmazonopensearchserviceDestinationConfigurationArgs(val bufferingHints: Output<DeliveryStreamAmazonopensearchserviceBufferingHintsArgs>? = null, val cloudWatchLoggingOptions: Output<DeliveryStreamCloudWatchLoggingOptionsArgs>? = null, val clusterEndpoint: Output<String>? = null, val documentIdOptions: Output<DeliveryStreamDocumentIdOptionsArgs>? = null, val domainArn: Output<String>? = null, val indexName: Output<String>, val indexRotationPeriod: Output<DeliveryStreamAmazonopensearchserviceDestinationConfigurationIndexRotationPeriod>? = null, val processingConfiguration: Output<DeliveryStreamProcessingConfigurationArgs>? = null, val retryOptions: Output<DeliveryStreamAmazonopensearchserviceRetryOptionsArgs>? = null, val roleArn: Output<String>, val s3BackupMode: Output<DeliveryStreamAmazonopensearchserviceDestinationConfigurationS3BackupMode>? = null, val s3Configuration: Output<DeliveryStreamS3DestinationConfigurationArgs>, val typeName: Output<String>? = null, val vpcConfiguration: Output<DeliveryStreamVpcConfigurationArgs>? = null) : ConvertibleToJava<DeliveryStreamAmazonopensearchserviceDestinationConfigurationArgs>

Constructors

constructor(bufferingHints: Output<DeliveryStreamAmazonopensearchserviceBufferingHintsArgs>? = null, cloudWatchLoggingOptions: Output<DeliveryStreamCloudWatchLoggingOptionsArgs>? = null, clusterEndpoint: Output<String>? = null, documentIdOptions: Output<DeliveryStreamDocumentIdOptionsArgs>? = null, domainArn: Output<String>? = null, indexName: Output<String>, indexRotationPeriod: Output<DeliveryStreamAmazonopensearchserviceDestinationConfigurationIndexRotationPeriod>? = null, processingConfiguration: Output<DeliveryStreamProcessingConfigurationArgs>? = null, retryOptions: Output<DeliveryStreamAmazonopensearchserviceRetryOptionsArgs>? = null, roleArn: Output<String>, s3BackupMode: Output<DeliveryStreamAmazonopensearchserviceDestinationConfigurationS3BackupMode>? = null, s3Configuration: Output<DeliveryStreamS3DestinationConfigurationArgs>, typeName: Output<String>? = null, vpcConfiguration: Output<DeliveryStreamVpcConfigurationArgs>? = null)

Properties

Link copied to clipboard

The buffering options. If no value is specified, the default values for AmazonopensearchserviceBufferingHints are used.

Link copied to clipboard

Describes the Amazon CloudWatch logging options for your delivery stream.

Link copied to clipboard
val clusterEndpoint: Output<String>? = null

The endpoint to use when communicating with the cluster. Specify either this ClusterEndpoint or the DomainARN field.

Link copied to clipboard

Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.

Link copied to clipboard
val domainArn: Output<String>? = null

The ARN of the Amazon OpenSearch Service domain.

Link copied to clipboard
val indexName: Output<String>

The Amazon OpenSearch Service index name.

Link copied to clipboard

The Amazon OpenSearch Service index rotation period. Index rotation appends a timestamp to the IndexName to facilitate the expiration of old data.

Link copied to clipboard

Describes a data processing configuration.

Link copied to clipboard

The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon OpenSearch Service. The default value is 300 (5 minutes).

Link copied to clipboard
val roleArn: Output<String>

The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Amazon OpenSearch Service Configuration API and for indexing documents.

Link copied to clipboard

Defines how documents should be delivered to Amazon S3.

Link copied to clipboard

Describes the configuration of a destination in Amazon S3.

Link copied to clipboard
val typeName: Output<String>? = null

The Amazon OpenSearch Service type name.

Link copied to clipboard

The details of the VPC of the Amazon OpenSearch Service destination.

Functions

Link copied to clipboard
open override fun toJava(): DeliveryStreamAmazonopensearchserviceDestinationConfigurationArgs