Class ProjectState
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 ProjectState : ResourceArgs
Constructors
View SourceProjectState()
Declaration
public ProjectState()
Properties
View SourceClusterCount
The number of Atlas clusters deployed in the project..
Declaration
public Input<int> ClusterCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Created
The ISO-8601-formatted timestamp of when Atlas created the project..
Declaration
public Input<string> Created { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the project you want to create. (Cannot be changed via this Provider after creation.)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OrgId
The ID of the organization you want to create the project within.
Declaration
public Input<string> OrgId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Teams
Declaration
public InputList<ProjectTeamGetArgs> Teams { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ProjectTeamGetArgs> |