Class GlobalClusterConfigState
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
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class GlobalClusterConfigState : ResourceArgs
Constructors
View SourceGlobalClusterConfigState()
Declaration
public GlobalClusterConfigState()
Properties
View SourceClusterName
Declaration
public Input<string> ClusterName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CustomZoneMapping
A map of all custom zone mappings defined for the Global Cluster. Atlas automatically maps each location code to the closest geographical zone. Custom zone mappings allow administrators to override these automatic mappings. If your Global Cluster does not have any custom zone mappings, this document is empty.
Declaration
public InputMap<object> CustomZoneMapping { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
CustomZoneMappings
Each element in the list maps one ISO location code to a zone in your Global Cluster. See Custom Zone Mapping below for more details.
Declaration
public InputList<GlobalClusterConfigCustomZoneMappingGetArgs> CustomZoneMappings { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<GlobalClusterConfigCustomZoneMappingGetArgs> |
ManagedNamespaces
Add a managed namespaces to a Global Cluster. For more information about managed namespaces, see Global Clusters. See Managed Namespace below for more details.
Declaration
public InputList<GlobalClusterConfigManagedNamespaceGetArgs> ManagedNamespaces { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<GlobalClusterConfigManagedNamespaceGetArgs> |
ProjectId
The unique ID for the project to create the database user.
- `cluster_name - (Required) The name of the Global Cluster.
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |