EndpointElasticsearchSettings

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

Constructors

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

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.