Class ProjectArgs
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 ProjectArgs : ResourceArgs
Constructors
View SourceProjectArgs()
Declaration
public ProjectArgs()
Properties
View SourceName
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<ProjectTeamArgs> Teams { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ProjectTeamArgs> |