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 SourceEndpointUri
Endpoint for the Elasticsearch cluster.
Declaration
public readonly string EndpointUri
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
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> |
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 |