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.Aws.DeviceFarm
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ProjectState : ResourceArgs
Constructors
View SourceProjectState()
Declaration
public ProjectState()
Properties
View SourceArn
The Amazon Resource Name of this project
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the project
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |