Endpoint Elasticsearch Settings Args
data class EndpointElasticsearchSettingsArgs(val endpointUri: Output<String>, val errorRetryDuration: Output<Int>? = null, val fullLoadErrorPercentage: Output<Int>? = null, val serviceAccessRoleArn: Output<String>) : ConvertibleToJava<EndpointElasticsearchSettingsArgs>
Properties
Link copied to clipboard
Endpoint for the OpenSearch cluster.
Link copied to clipboard
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.