DocDbSettings class

Provides information that defines a DocumentDB endpoint.

Constructors

DocDbSettings({String? databaseName, int? docsToInvestigate, bool? extractDocId, String? kmsKeyId, NestingLevelValue? nestingLevel, String? password, int? port, String? secretsManagerAccessRoleArn, String? secretsManagerSecretId, String? serverName, String? username})
DocDbSettings.fromJson(Map<String, dynamic> json)
factory

Properties

databaseName String?
The database name on the DocumentDB source endpoint.
final
docsToInvestigate int?
Indicates the number of documents to preview to determine the document organization. Use this setting when NestingLevel is set to "one".
final
extractDocId bool?
Specifies the document ID. Use this setting when NestingLevel is set to "none".
final
hashCode int
The hash code for this object.
no setterinherited
kmsKeyId String?
The AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS Region.
final
nestingLevel NestingLevelValue?
Specifies either document or table mode.
final
password String?
The password for the user account you use to access the DocumentDB source endpoint.
final
port int?
The port value for the DocumentDB source endpoint.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretsManagerAccessRoleArn String?
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. SecretsManagerSecret has the value of the AWS Secrets Manager secret that allows access to the DocumentDB endpoint.
final
secretsManagerSecretId String?
The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the DocumentDB endpoint connection details.
final
serverName String?
The name of the server on the DocumentDB source endpoint.
final
username String?
The user name you use to access the DocumentDB source endpoint.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited