Show / Hide Table of Contents

Class ProjectState

Inheritance
System.Object
InputArgs
ResourceArgs
ProjectState
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
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class ProjectState : ResourceArgs

Constructors

View Source

ProjectState()

Declaration
public ProjectState()

Properties

View Source

ClusterCount

The number of Atlas clusters deployed in the project..

Declaration
public Input<int> ClusterCount { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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

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

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

Teams

Declaration
public InputList<ProjectTeamGetArgs> Teams { get; set; }
Property Value
Type Description
InputList<ProjectTeamGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.