Show / Hide Table of Contents

Class ClusterAdvancedConfigurationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterAdvancedConfigurationGetArgs
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.Mongodbatlas.Inputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class ClusterAdvancedConfigurationGetArgs : ResourceArgs

Constructors

View Source

ClusterAdvancedConfigurationGetArgs()

Declaration
public ClusterAdvancedConfigurationGetArgs()

Properties

View Source

FailIndexKeyTooLong

When true, documents can only be updated or inserted if, for all indexed fields on the target collection, the corresponding index entries do not exceed 1024 bytes. When false, mongod writes documents that exceed the limit but does not index them.

Declaration
public Input<bool> FailIndexKeyTooLong { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

JavascriptEnabled

When true, the cluster allows execution of operations that perform server-side executions of JavaScript. When false, the cluster disables execution of those operations.

Declaration
public Input<bool> JavascriptEnabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

MinimumEnabledTlsProtocol

Sets the minimum Transport Layer Security (TLS) version the cluster accepts for incoming connections.Valid values are:

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

NoTableScan

When true, the cluster disables the execution of any query that requires a collection scan to return results. When false, the cluster allows the execution of those operations.

Declaration
public Input<bool> NoTableScan { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

OplogSizeMb

The custom oplog size of the cluster. Without a value that indicates that the cluster uses the default oplog size calculated by Atlas.

Declaration
public Input<int> OplogSizeMb { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

SampleRefreshIntervalBiConnector

Interval in seconds at which the mongosqld process re-samples data to create its relational schema. The default value is 300. The specified value must be a positive integer. Available only for Atlas deployments in which BI Connector for Atlas is enabled.

Declaration
public Input<int> SampleRefreshIntervalBiConnector { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

SampleSizeBiConnector

Number of documents per database to sample when gathering schema information. Defaults to 100. Available only for Atlas deployments in which BI Connector for Atlas is enabled.

Declaration
public Input<int> SampleSizeBiConnector { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.