| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
MongoDbSettings |
MongoDbSettings.clone() |
MongoDbSettings |
Endpoint.getMongoDbSettings()
The settings for the MongoDB source endpoint.
|
MongoDbSettings |
CreateEndpointRequest.getMongoDbSettings()
Settings in JSON format for the source MongoDB endpoint.
|
MongoDbSettings |
ModifyEndpointRequest.getMongoDbSettings()
Settings in JSON format for the source MongoDB endpoint.
|
MongoDbSettings |
MongoDbSettings.withAuthMechanism(AuthMechanismValue authMechanism)
The authentication mechanism you use to access the MongoDB source endpoint.
|
MongoDbSettings |
MongoDbSettings.withAuthMechanism(String authMechanism)
The authentication mechanism you use to access the MongoDB source endpoint.
|
MongoDbSettings |
MongoDbSettings.withAuthSource(String authSource)
The MongoDB database name.
|
MongoDbSettings |
MongoDbSettings.withAuthType(AuthTypeValue authType)
The authentication type you use to access the MongoDB source endpoint.
|
MongoDbSettings |
MongoDbSettings.withAuthType(String authType)
The authentication type you use to access the MongoDB source endpoint.
|
MongoDbSettings |
MongoDbSettings.withDatabaseName(String databaseName)
The database name on the MongoDB source endpoint.
|
MongoDbSettings |
MongoDbSettings.withDocsToInvestigate(String docsToInvestigate)
Indicates the number of documents to preview to determine the document organization.
|
MongoDbSettings |
MongoDbSettings.withExtractDocId(String extractDocId)
Specifies the document ID.
|
MongoDbSettings |
MongoDbSettings.withKmsKeyId(String kmsKeyId)
The AWS KMS key identifier that is used to encrypt the content on the replication instance.
|
MongoDbSettings |
MongoDbSettings.withNestingLevel(NestingLevelValue nestingLevel)
Specifies either document or table mode.
|
MongoDbSettings |
MongoDbSettings.withNestingLevel(String nestingLevel)
Specifies either document or table mode.
|
MongoDbSettings |
MongoDbSettings.withPassword(String password)
The password for the user account you use to access the MongoDB source endpoint.
|
MongoDbSettings |
MongoDbSettings.withPort(Integer port)
The port value for the MongoDB source endpoint.
|
MongoDbSettings |
MongoDbSettings.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. |
MongoDbSettings |
MongoDbSettings.withSecretsManagerSecretId(String secretsManagerSecretId)
The full ARN, partial ARN, or friendly name of the
SecretsManagerSecret that contains the MongoDB
endpoint connection details. |
MongoDbSettings |
MongoDbSettings.withServerName(String serverName)
The name of the server on the MongoDB source endpoint.
|
MongoDbSettings |
MongoDbSettings.withUsername(String username)
The user name you use to access the MongoDB source endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Endpoint.setMongoDbSettings(MongoDbSettings mongoDbSettings)
The settings for the MongoDB source endpoint.
|
void |
CreateEndpointRequest.setMongoDbSettings(MongoDbSettings mongoDbSettings)
Settings in JSON format for the source MongoDB endpoint.
|
void |
ModifyEndpointRequest.setMongoDbSettings(MongoDbSettings mongoDbSettings)
Settings in JSON format for the source MongoDB endpoint.
|
Endpoint |
Endpoint.withMongoDbSettings(MongoDbSettings mongoDbSettings)
The settings for the MongoDB source endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withMongoDbSettings(MongoDbSettings mongoDbSettings)
Settings in JSON format for the source MongoDB endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withMongoDbSettings(MongoDbSettings mongoDbSettings)
Settings in JSON format for the source MongoDB endpoint.
|
Copyright © 2021. All rights reserved.