Class EndpointMongodbSettingsArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EndpointMongodbSettingsArgs : ResourceArgs
Constructors
View SourceEndpointMongodbSettingsArgs()
Declaration
public EndpointMongodbSettingsArgs()
Properties
View SourceAuthMechanism
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> |
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> |
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> |
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> |
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> |
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> |