EndpointElasticsearchSettings

data class EndpointElasticsearchSettings(val endpointUri: String, val errorRetryDuration: Int? = null, val fullLoadErrorPercentage: Int? = null, val serviceAccessRoleArn: String, val useNewMappingType: Boolean? = null)

Constructors

Link copied to clipboard
constructor(endpointUri: String, errorRetryDuration: Int? = null, fullLoadErrorPercentage: Int? = null, serviceAccessRoleArn: String, useNewMappingType: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Endpoint for the OpenSearch cluster.

Link copied to clipboard
val errorRetryDuration: Int? = null

Maximum number of seconds for which DMS retries failed API requests to the OpenSearch cluster. Default is 300.

Link copied to clipboard

Maximum percentage of records that can fail to be written before a full load operation stops. Default is 10.

Link copied to clipboard

ARN of the IAM Role with permissions to write to the OpenSearch cluster.

Link copied to clipboard

Enable to migrate documentation using the documentation type _doc. OpenSearch and an Elasticsearch clusters only support the _doc documentation type in versions 7.x and later. The default value is false.