Class GlobalClusterConfigManagedNamespaceArgs
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 GlobalClusterConfigManagedNamespaceArgs : ResourceArgs
Constructors
View SourceGlobalClusterConfigManagedNamespaceArgs()
Declaration
public GlobalClusterConfigManagedNamespaceArgs()
Properties
View SourceCollection
The name of the collection associated with the managed namespace.
Declaration
public Input<string> Collection { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
CustomShardKey
The custom shard key for the collection. Global Clusters require a compound shard key consisting of a location field and a user-selected second key, the custom shard key.
Declaration
public Input<string> CustomShardKey { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
Db
The name of the database containing the collection.
Declaration
public Input<string> Db { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |