Show / Hide Table of Contents

Class ApplicationArgs

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

Constructors

View Source

ApplicationArgs()

Declaration
public ApplicationArgs()

Properties

View Source

ComputePlatform

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

Name

The name of the application.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UniqueId

Declaration
public Input<string> UniqueId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.