| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
ElasticsearchSettings |
ElasticsearchSettings.clone() |
ElasticsearchSettings |
Endpoint.getElasticsearchSettings()
The settings for the OpenSearch source endpoint.
|
ElasticsearchSettings |
ModifyEndpointRequest.getElasticsearchSettings()
Settings in JSON format for the target OpenSearch endpoint.
|
ElasticsearchSettings |
CreateEndpointRequest.getElasticsearchSettings()
Settings in JSON format for the target OpenSearch endpoint.
|
ElasticsearchSettings |
ElasticsearchSettings.withEndpointUri(String endpointUri)
The endpoint for the OpenSearch cluster.
|
ElasticsearchSettings |
ElasticsearchSettings.withErrorRetryDuration(Integer errorRetryDuration)
The maximum number of seconds for which DMS retries failed API requests to the OpenSearch cluster.
|
ElasticsearchSettings |
ElasticsearchSettings.withFullLoadErrorPercentage(Integer fullLoadErrorPercentage)
The maximum percentage of records that can fail to be written before a full load operation stops.
|
ElasticsearchSettings |
ElasticsearchSettings.withServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) used by the service to access the IAM role.
|
ElasticsearchSettings |
ElasticsearchSettings.withUseNewMappingType(Boolean useNewMappingType)
Set this option to
true for DMS to migrate documentation using the documentation type
_doc. |
| Modifier and Type | Method and Description |
|---|---|
void |
Endpoint.setElasticsearchSettings(ElasticsearchSettings elasticsearchSettings)
The settings for the OpenSearch source endpoint.
|
void |
ModifyEndpointRequest.setElasticsearchSettings(ElasticsearchSettings elasticsearchSettings)
Settings in JSON format for the target OpenSearch endpoint.
|
void |
CreateEndpointRequest.setElasticsearchSettings(ElasticsearchSettings elasticsearchSettings)
Settings in JSON format for the target OpenSearch endpoint.
|
Endpoint |
Endpoint.withElasticsearchSettings(ElasticsearchSettings elasticsearchSettings)
The settings for the OpenSearch source endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withElasticsearchSettings(ElasticsearchSettings elasticsearchSettings)
Settings in JSON format for the target OpenSearch endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withElasticsearchSettings(ElasticsearchSettings elasticsearchSettings)
Settings in JSON format for the target OpenSearch endpoint.
|
Copyright © 2023. All rights reserved.