Class CfnEndpoint.ElasticsearchSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dms.CfnEndpoint.ElasticsearchSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpoint.ElasticsearchSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpoint.ElasticsearchSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnEndpoint.ElasticsearchSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpoint.ElasticsearchSettingsProperty
An implementation for
CfnEndpoint.ElasticsearchSettingsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.dms.CfnEndpoint.ElasticsearchSettingsProperty
CfnEndpoint.ElasticsearchSettingsProperty.Builder, CfnEndpoint.ElasticsearchSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpoint.ElasticsearchSettingsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe endpoint for the OpenSearch cluster.final NumberThe maximum number of seconds for which DMS retries failed API requests to the OpenSearch cluster.final NumberThe maximum percentage of records that can fail to be written before a full load operation stops.final StringThe Amazon Resource Name (ARN) used by the service to access the IAM role.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnEndpoint.ElasticsearchSettingsProperty.Builder.
-
-
Method Details
-
getEndpointUri
Description copied from interface:CfnEndpoint.ElasticsearchSettingsPropertyThe endpoint for the OpenSearch cluster.AWS DMS uses HTTPS if a transport protocol (either HTTP or HTTPS) isn't specified.
- Specified by:
getEndpointUriin interfaceCfnEndpoint.ElasticsearchSettingsProperty- See Also:
-
getErrorRetryDuration
Description copied from interface:CfnEndpoint.ElasticsearchSettingsPropertyThe maximum number of seconds for which DMS retries failed API requests to the OpenSearch cluster.- Specified by:
getErrorRetryDurationin interfaceCfnEndpoint.ElasticsearchSettingsProperty- See Also:
-
getFullLoadErrorPercentage
Description copied from interface:CfnEndpoint.ElasticsearchSettingsPropertyThe maximum percentage of records that can fail to be written before a full load operation stops.To 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.
- Specified by:
getFullLoadErrorPercentagein interfaceCfnEndpoint.ElasticsearchSettingsProperty- See Also:
-
getServiceAccessRoleArn
Description copied from interface:CfnEndpoint.ElasticsearchSettingsPropertyThe Amazon Resource Name (ARN) used by the service to access the IAM role.The role must allow the
iam:PassRoleaction.- Specified by:
getServiceAccessRoleArnin interfaceCfnEndpoint.ElasticsearchSettingsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-