@Stability(value=Stable) @Internal public static final class CfnEndpoint.ElasticsearchSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEndpoint.ElasticsearchSettingsProperty
CfnEndpoint.ElasticsearchSettingsPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnEndpoint.ElasticsearchSettingsProperty.Builder, CfnEndpoint.ElasticsearchSettingsProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnEndpoint.ElasticsearchSettingsProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnEndpoint.DocDbSettingsProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getEndpointUri()
The endpoint for the OpenSearch cluster.
|
Number |
getErrorRetryDuration()
The maximum number of seconds for which DMS retries failed API requests to the OpenSearch cluster.
|
Number |
getFullLoadErrorPercentage()
The maximum percentage of records that can fail to be written before a full load operation stops.
|
String |
getServiceAccessRoleArn()
The Amazon Resource Name (ARN) used by the service to access the IAM role.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnEndpoint.ElasticsearchSettingsProperty.Builder builder)
CfnEndpoint.DocDbSettingsProperty.Builder.public final String getEndpointUri()
CfnEndpoint.ElasticsearchSettingsPropertyAWS DMS uses HTTPS if a transport protocol (either HTTP or HTTPS) isn't specified.
getEndpointUri in interface CfnEndpoint.ElasticsearchSettingsPropertypublic final Number getErrorRetryDuration()
CfnEndpoint.ElasticsearchSettingsPropertygetErrorRetryDuration in interface CfnEndpoint.ElasticsearchSettingsPropertypublic final Number getFullLoadErrorPercentage()
CfnEndpoint.ElasticsearchSettingsPropertyTo avoid early failure, this counter is only effective after 1,000 records are transferred. OpenSearch also has the concept of error monitoring during the last 10 minutes of an Observation Window. If transfer of all records fail in the last 10 minutes, the full load operation stops.
getFullLoadErrorPercentage in interface CfnEndpoint.ElasticsearchSettingsPropertypublic final String getServiceAccessRoleArn()
CfnEndpoint.ElasticsearchSettingsProperty
The role must allow the iam:PassRole action.
getServiceAccessRoleArn in interface CfnEndpoint.ElasticsearchSettingsProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.