A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/DatabaseMigrationService/Types/DocDbSettings.html below:

DocDbSettings — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DatabaseMigrationService::Types::DocDbSettings
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing DocDbSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  username: "String",
  password: "SecretString",
  server_name: "String",
  port: 1,
  database_name: "String",
  nesting_level: "none",   extract_doc_id: false,
  docs_to_investigate: 1,
  kms_key_id: "String",
}

Provides information that defines a DocumentDB endpoint.

Returned by:

Instance Attribute Summary collapse Instance Attribute Details #database_name ⇒ String

The database name on the DocumentDB source endpoint.

#docs_to_investigate ⇒ Integer

Indicates the number of documents to preview to determine the document organization. Use this setting when NestingLevel is set to "one".

Must be a positive value greater than 0. Default value is 1000.

Specifies the document ID. Use this setting when NestingLevel is set to "none".

Default value is "false".

#kms_key_id ⇒ 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.

#nesting_level ⇒ String

Specifies either document or table mode.

Default value is "none". Specify "none" to use document mode. Specify "one" to use table mode.

Possible values:

#password ⇒ String

The password for the user account you use to access the DocumentDB source endpoint.

#port ⇒ Integer

The port value for the DocumentDB source endpoint.

#server_name ⇒ String

The name of the server on the DocumentDB source endpoint.

#username ⇒ String

The user name you use to access the DocumentDB source endpoint.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4