Class GlobalClusterConfigCustomZoneMappingGetArgs
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 GlobalClusterConfigCustomZoneMappingGetArgs : ResourceArgs
Constructors
View SourceGlobalClusterConfigCustomZoneMappingGetArgs()
Declaration
public GlobalClusterConfigCustomZoneMappingGetArgs()
Properties
View SourceLocation
The ISO location code to which you want to map a zone in your Global Cluster. You can find a list of all supported location codes here.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Zone
The name of the zone in your Global Cluster that you want to map to location.
Declaration
public Input<string> Zone { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |