Show / Hide Table of Contents

Class GlobalClusterConfigState

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

Constructors

View Source

GlobalClusterConfigState()

Declaration
public GlobalClusterConfigState()

Properties

View Source

ClusterName

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

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>
View Source

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>
View Source

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>
View Source

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