Show / Hide Table of Contents

Class GlobalClusterConfigCustomZoneMappingGetArgs

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

Constructors

View Source

GlobalClusterConfigCustomZoneMappingGetArgs()

Declaration
public GlobalClusterConfigCustomZoneMappingGetArgs()

Properties

View Source

Location

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

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