You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DatabaseMigrationService::Types::ElasticsearchSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ElasticsearchSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  service_access_role_arn: "String", # required
  endpoint_uri: "String", # required
  full_load_error_percentage: 1,
  error_retry_duration: 1,
}

Provides information that defines an Elasticsearch endpoint.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_uriString

The endpoint for the Elasticsearch cluster. AWS DMS uses HTTPS if a transport protocol (http/https) is not specified.

Returns:

  • (String)

    The endpoint for the Elasticsearch cluster.

#error_retry_durationInteger

The maximum number of seconds for which DMS retries failed API requests to the Elasticsearch cluster.

Returns:

  • (Integer)

    The maximum number of seconds for which DMS retries failed API requests to the Elasticsearch cluster.

#full_load_error_percentageInteger

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.

Returns:

  • (Integer)

    The maximum percentage of records that can fail to be written before a full load operation stops.

#service_access_role_arnString

The Amazon Resource Name (ARN) used by service to access the IAM role.

Returns:

  • (String)

    The Amazon Resource Name (ARN) used by service to access the IAM role.