Class CfnEndpoint.MongoDbSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpoint.MongoDbSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnEndpoint.MongoDbSettingsProperty
CfnEndpoint.MongoDbSettingsProperty-
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.MongoDbSettingsProperty
CfnEndpoint.MongoDbSettingsProperty.Builder, CfnEndpoint.MongoDbSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpoint.MongoDbSettingsProperty.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 authentication mechanism you use to access the MongoDB source endpoint.final StringThe MongoDB database name.final StringThe authentication type you use to access the MongoDB source endpoint.final StringThe database name on the MongoDB source endpoint.final StringIndicates the number of documents to preview to determine the document organization.final StringSpecifies the document ID.final StringSpecifies either document or table mode.final StringThe password for the user account you use to access the MongoDB source endpoint.final NumbergetPort()The port value for the MongoDB source endpoint.final StringThe 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 inSecretsManagerSecret.final StringThe full ARN, partial ARN, or display name of theSecretsManagerSecretthat contains the MongoDB endpoint connection details.final StringThe name of the server on the MongoDB source endpoint.final StringThe user name you use to access the MongoDB source endpoint.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.MongoDbSettingsProperty.Builder.
-
-
Method Details
-
getAuthMechanism
Description copied from interface:CfnEndpoint.MongoDbSettingsPropertyThe authentication mechanism you use to access the MongoDB source endpoint.For the default value, in MongoDB version 2.x,
"default"is"mongodb_cr". For MongoDB version 3.x or later,"default"is"scram_sha_1". This setting isn't used whenAuthTypeis set to"no".- Specified by:
getAuthMechanismin interfaceCfnEndpoint.MongoDbSettingsProperty
-
getAuthSource
Description copied from interface:CfnEndpoint.MongoDbSettingsPropertyThe MongoDB database name. This setting isn't used whenAuthTypeis set to"no".The default is
"admin".- Specified by:
getAuthSourcein interfaceCfnEndpoint.MongoDbSettingsProperty
-
getAuthType
Description copied from interface:CfnEndpoint.MongoDbSettingsPropertyThe authentication type you use to access the MongoDB source endpoint.When set to
"no", user name and password parameters are not used and can be empty.- Specified by:
getAuthTypein interfaceCfnEndpoint.MongoDbSettingsProperty
-
getDatabaseName
Description copied from interface:CfnEndpoint.MongoDbSettingsPropertyThe database name on the MongoDB source endpoint.- Specified by:
getDatabaseNamein interfaceCfnEndpoint.MongoDbSettingsProperty
-
getDocsToInvestigate
Description copied from interface:CfnEndpoint.MongoDbSettingsPropertyIndicates the number of documents to preview to determine the document organization.Use this setting when
NestingLevelis set to"one".Must be a positive value greater than
0. Default value is1000.- Specified by:
getDocsToInvestigatein interfaceCfnEndpoint.MongoDbSettingsProperty
-
getExtractDocId
Description copied from interface:CfnEndpoint.MongoDbSettingsPropertySpecifies the document ID. Use this setting whenNestingLevelis set to"none".Default value is
"false".- Specified by:
getExtractDocIdin interfaceCfnEndpoint.MongoDbSettingsProperty
-
getNestingLevel
Description copied from interface:CfnEndpoint.MongoDbSettingsPropertySpecifies either document or table mode.Default value is
"none". Specify"none"to use document mode. Specify"one"to use table mode.- Specified by:
getNestingLevelin interfaceCfnEndpoint.MongoDbSettingsProperty
-
getPassword
Description copied from interface:CfnEndpoint.MongoDbSettingsPropertyThe password for the user account you use to access the MongoDB source endpoint.- Specified by:
getPasswordin interfaceCfnEndpoint.MongoDbSettingsProperty
-
getPort
Description copied from interface:CfnEndpoint.MongoDbSettingsPropertyThe port value for the MongoDB source endpoint.- Specified by:
getPortin interfaceCfnEndpoint.MongoDbSettingsProperty
-
getSecretsManagerAccessRoleArn
Description copied from interface:CfnEndpoint.MongoDbSettingsPropertyThe 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 inSecretsManagerSecret.The role must allow the
iam:PassRoleaction.SecretsManagerSecrethas the value of the AWS Secrets Manager secret that allows access to the MongoDB endpoint.You can specify one of two sets of values for these permissions. You can specify the values for this setting and
SecretsManagerSecretId. Or you can specify clear-text values forUserName,Password,ServerName, andPort. You can't specify both.For more information on creating this
SecretsManagerSecret, the correspondingSecretsManagerAccessRoleArn, and theSecretsManagerSecretIdthat is required to access it, see Using secrets to access AWS Database Migration Service resources in the AWS Database Migration Service User Guide .- Specified by:
getSecretsManagerAccessRoleArnin interfaceCfnEndpoint.MongoDbSettingsProperty
-
getSecretsManagerSecretId
Description copied from interface:CfnEndpoint.MongoDbSettingsPropertyThe full ARN, partial ARN, or display name of theSecretsManagerSecretthat contains the MongoDB endpoint connection details.- Specified by:
getSecretsManagerSecretIdin interfaceCfnEndpoint.MongoDbSettingsProperty
-
getServerName
Description copied from interface:CfnEndpoint.MongoDbSettingsPropertyThe name of the server on the MongoDB source endpoint.- Specified by:
getServerNamein interfaceCfnEndpoint.MongoDbSettingsProperty
-
getUsername
Description copied from interface:CfnEndpoint.MongoDbSettingsPropertyThe user name you use to access the MongoDB source endpoint.- Specified by:
getUsernamein interfaceCfnEndpoint.MongoDbSettingsProperty
-
$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()
-