Show / Hide Table of Contents

Class EndpointElasticsearchSettings

Inheritance
System.Object
EndpointElasticsearchSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Dms.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EndpointElasticsearchSettings

Fields

View Source

EndpointUri

Endpoint for the Elasticsearch cluster.

Declaration
public readonly string EndpointUri
Field Value
Type Description
System.String
View Source

ErrorRetryDuration

Maximum number of seconds for which DMS retries failed API requests to the Elasticsearch cluster. Defaults to 300.

Declaration
public readonly int? ErrorRetryDuration
Field Value
Type Description
System.Nullable<System.Int32>
View Source

FullLoadErrorPercentage

Maximum percentage of records that can fail to be written before a full load operation stops. Defaults to 10.

Declaration
public readonly int? FullLoadErrorPercentage
Field Value
Type Description
System.Nullable<System.Int32>
View Source

ServiceAccessRoleArn

Amazon Resource Name (ARN) of the IAM Role with permissions to write to the Elasticsearch cluster.

Declaration
public readonly string ServiceAccessRoleArn
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.