Class EndpointElasticsearchSettingsArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EndpointElasticsearchSettingsArgs : ResourceArgs
Constructors
View SourceEndpointElasticsearchSettingsArgs()
Declaration
public EndpointElasticsearchSettingsArgs()
Properties
View SourceEndpointUri
Endpoint for the Elasticsearch cluster.
Declaration
public Input<string> EndpointUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |