class Aws::DatabaseMigrationService::Types::ElasticsearchSettings
Provides information that defines an Elasticsearch endpoint.
@note When making an API call, you may pass ElasticsearchSettings
data as a hash: { service_access_role_arn: "String", # required endpoint_uri: "String", # required full_load_error_percentage: 1, error_retry_duration: 1, }
@!attribute [rw] service_access_role_arn
The Amazon Resource Name (ARN) used by the service to access the IAM role. The role must allow the `iam:PassRole` action. @return [String]
@!attribute [rw] endpoint_uri
The endpoint for the Elasticsearch cluster. DMS uses HTTPS if a transport protocol (http/https) is not specified. @return [String]
@!attribute [rw] full_load_error_percentage
The maximum percentage of records that can fail to be written before a full load operation stops. To avoid early failure, this counter is only effective after 1000 records are transferred. Elasticsearch also has the concept of error monitoring during the last 10 minutes of an Observation Window. If transfer of all records fail in the last 10 minutes, the full load operation stops. @return [Integer]
@!attribute [rw] error_retry_duration
The maximum number of seconds for which DMS retries failed API requests to the Elasticsearch cluster. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ElasticsearchSettings AWS API Documentation
Constants
- SENSITIVE