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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.dms.CfnEndpoint.ElasticsearchSettingsProperty
CfnEndpoint.ElasticsearchSettingsProperty.Builder, CfnEndpoint.ElasticsearchSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEndpoint.ElasticsearchSettingsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The endpoint for the OpenSearch cluster.final Number
The maximum number of seconds for which DMS retries failed API requests to the OpenSearch cluster.final Number
The maximum percentage of records that can fail to be written before a full load operation stops.final String
The Amazon Resource Name (ARN) used by the service to access the IAM role.final int
hashCode()
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.ElasticsearchSettingsProperty
The endpoint for the OpenSearch cluster.AWS DMS uses HTTPS if a transport protocol (either HTTP or HTTPS) isn't specified.
- Specified by:
getEndpointUri
in interfaceCfnEndpoint.ElasticsearchSettingsProperty
- See Also:
-
getErrorRetryDuration
Description copied from interface:CfnEndpoint.ElasticsearchSettingsProperty
The maximum number of seconds for which DMS retries failed API requests to the OpenSearch cluster.- Specified by:
getErrorRetryDuration
in interfaceCfnEndpoint.ElasticsearchSettingsProperty
- See Also:
-
getFullLoadErrorPercentage
Description copied from interface:CfnEndpoint.ElasticsearchSettingsProperty
The 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:
getFullLoadErrorPercentage
in interfaceCfnEndpoint.ElasticsearchSettingsProperty
- See Also:
-
getServiceAccessRoleArn
Description copied from interface:CfnEndpoint.ElasticsearchSettingsProperty
The Amazon Resource Name (ARN) used by the service to access the IAM role.The role must allow the
iam:PassRole
action.- Specified by:
getServiceAccessRoleArn
in interfaceCfnEndpoint.ElasticsearchSettingsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-