Show / Hide Table of Contents

Class EndpointMongodbSettingsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EndpointMongodbSettingsArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EndpointMongodbSettingsArgs : ResourceArgs

Constructors

View Source

EndpointMongodbSettingsArgs()

Declaration
public EndpointMongodbSettingsArgs()

Properties

View Source

AuthMechanism

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

Declaration
public Input<string> AuthMechanism { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AuthSource

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

Declaration
public Input<string> AuthSource { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AuthType

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

Declaration
public Input<string> AuthType { get; set; }
Property Value
Type Description
Input<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 Input<string> DocsToInvestigate { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ExtractDocId

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

Declaration
public Input<string> ExtractDocId { get; set; }
Property Value
Type Description
Input<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 Input<string> NestingLevel { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.