Show / Hide Table of Contents

Class ClusterBiConnectorGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterBiConnectorGetArgs
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 ClusterBiConnectorGetArgs : ResourceArgs

Constructors

View Source

ClusterBiConnectorGetArgs()

Declaration
public ClusterBiConnectorGetArgs()

Properties

View Source

Enabled

Specifies whether or not BI Connector for Atlas is enabled on the cluster.

  • Set to true to enable BI Connector for Atlas.
  • Set to false to disable BI Connector for Atlas.
Declaration
public Input<string> Enabled { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.