ElasticsearchSettings

public struct ElasticsearchSettings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The endpoint for the Elasticsearch cluster.

    Declaration

    Swift

    public let endpointUri: String
  • The maximum number of seconds for which DMS retries failed API requests to the Elasticsearch cluster.

    Declaration

    Swift

    public let errorRetryDuration: Int?
  • The maximum percentage of records that can fail to be written before a full load operation stops.

    Declaration

    Swift

    public let fullLoadErrorPercentage: Int?
  • The Amazon Resource Name (ARN) used by service to access the IAM role.

    Declaration

    Swift

    public let serviceAccessRoleArn: String
  • Undocumented

    Declaration

    Swift

    public init(endpointUri: String, errorRetryDuration: Int? = nil, fullLoadErrorPercentage: Int? = nil, serviceAccessRoleArn: String)