Show / Hide Table of Contents

Class EndpointMongodbSettings

Inheritance
System.Object
EndpointMongodbSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Dms.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EndpointMongodbSettings

Fields

View Source

AuthMechanism

Authentication mechanism to access the MongoDB source endpoint. Defaults to default.

Declaration
public readonly string AuthMechanism
Field Value
Type Description
System.String
View Source

AuthSource

Authentication database name. Not used when auth_type is no. Defaults to admin.

Declaration
public readonly string AuthSource
Field Value
Type Description
System.String
View Source

AuthType

Authentication type to access the MongoDB source endpoint. Defaults to password.

Declaration
public readonly string AuthType
Field Value
Type Description
System.String
View Source

DocsToInvestigate

Number of documents to preview to determine the document organization. Use this setting when nesting_level is set to one. Defaults to 1000.

Declaration
public readonly string DocsToInvestigate
Field Value
Type Description
System.String
View Source

ExtractDocId

Document ID. Use this setting when nesting_level is set to none. Defaults to false.

Declaration
public readonly string ExtractDocId
Field Value
Type Description
System.String
View Source

NestingLevel

Specifies either document or table mode. Defaults to none. Valid values are one (table mode) and none (document mode).

Declaration
public readonly string NestingLevel
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.