Class ApplicationArgs
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.CodeDeploy
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ApplicationArgs : ResourceArgs
Constructors
View SourceApplicationArgs()
Declaration
public ApplicationArgs()
Properties
View SourceComputePlatform
The compute platform can either be ECS, Lambda, or Server. Default is Server.
Declaration
public Input<string> ComputePlatform { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the application.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UniqueId
Declaration
public Input<string> UniqueId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |