Show / Hide Table of Contents

Class EndpointElasticsearchSettingsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EndpointElasticsearchSettingsArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EndpointElasticsearchSettingsArgs : ResourceArgs

Constructors

View Source

EndpointElasticsearchSettingsArgs()

Declaration
public EndpointElasticsearchSettingsArgs()

Properties

View Source

EndpointUri

Endpoint for the Elasticsearch cluster.

Declaration
public Input<string> EndpointUri { get; set; }
Property Value
Type Description
Input<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 Input<int> ErrorRetryDuration { get; set; }
Property Value
Type Description
Input<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 Input<int> FullLoadErrorPercentage { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ServiceAccessRoleArn

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

Declaration
public Input<string> ServiceAccessRoleArn { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.