Class ClusterBiConnectorArgs
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.Mongodbatlas.Inputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class ClusterBiConnectorArgs : ResourceArgs
Constructors
View SourceClusterBiConnectorArgs()
Declaration
public ClusterBiConnectorArgs()
Properties
View SourceEnabled
Specifies whether or not BI Connector for Atlas is enabled on the cluster.
- Set to
trueto enable BI Connector for Atlas. - Set to
falseto disable BI Connector for Atlas.
Declaration
public Input<string> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ReadPreference
Specifies the read preference to be used by BI Connector for Atlas on the cluster. Each BI Connector for Atlas read preference contains a distinct combination of readPreference and readPreferenceTags options. For details on BI Connector for Atlas read preferences, refer to the BI Connector Read Preferences Table.
Declaration
public Input<string> ReadPreference { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |