| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
DocDbSettings |
DocDbSettings.clone() |
DocDbSettings |
Endpoint.getDocDbSettings() |
DocDbSettings |
ModifyEndpointRequest.getDocDbSettings()
Settings in JSON format for the source DocumentDB endpoint.
|
DocDbSettings |
CreateEndpointRequest.getDocDbSettings() |
DocDbSettings |
DocDbSettings.withDatabaseName(String databaseName)
The database name on the DocumentDB source endpoint.
|
DocDbSettings |
DocDbSettings.withDocsToInvestigate(Integer docsToInvestigate)
Indicates the number of documents to preview to determine the document organization.
|
DocDbSettings |
DocDbSettings.withExtractDocId(Boolean extractDocId)
Specifies the document ID.
|
DocDbSettings |
DocDbSettings.withKmsKeyId(String kmsKeyId)
The AWS KMS key identifier that is used to encrypt the content on the replication instance.
|
DocDbSettings |
DocDbSettings.withNestingLevel(NestingLevelValue nestingLevel)
Specifies either document or table mode.
|
DocDbSettings |
DocDbSettings.withNestingLevel(String nestingLevel)
Specifies either document or table mode.
|
DocDbSettings |
DocDbSettings.withPassword(String password)
The password for the user account you use to access the DocumentDB source endpoint.
|
DocDbSettings |
DocDbSettings.withPort(Integer port)
The port value for the DocumentDB source endpoint.
|
DocDbSettings |
DocDbSettings.withSecretsManagerAccessRoleArn(String secretsManagerAccessRoleArn)
The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the trusted entity and grants the
required permissions to access the value in
SecretsManagerSecret. |
DocDbSettings |
DocDbSettings.withSecretsManagerSecretId(String secretsManagerSecretId)
The full ARN, partial ARN, or friendly name of the
SecretsManagerSecret that contains the DocumentDB
endpoint connection details. |
DocDbSettings |
DocDbSettings.withServerName(String serverName)
The name of the server on the DocumentDB source endpoint.
|
DocDbSettings |
DocDbSettings.withUsername(String username)
The user name you use to access the DocumentDB source endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Endpoint.setDocDbSettings(DocDbSettings docDbSettings) |
void |
ModifyEndpointRequest.setDocDbSettings(DocDbSettings docDbSettings)
Settings in JSON format for the source DocumentDB endpoint.
|
void |
CreateEndpointRequest.setDocDbSettings(DocDbSettings docDbSettings) |
Endpoint |
Endpoint.withDocDbSettings(DocDbSettings docDbSettings) |
ModifyEndpointRequest |
ModifyEndpointRequest.withDocDbSettings(DocDbSettings docDbSettings)
Settings in JSON format for the source DocumentDB endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withDocDbSettings(DocDbSettings docDbSettings) |
Copyright © 2021. All rights reserved.