Class EcsApplicationProps
Construction properties for EcsApplication
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.CodeDeploy
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class EcsApplicationProps : Object, IEcsApplicationProps
Syntax (vb)
Public Class EcsApplicationProps
Inherits Object
Implements IEcsApplicationProps
Remarks
ExampleMetadata: infused
Examples
var application = new EcsApplication(this, "CodeDeployApplication", new EcsApplicationProps {
ApplicationName = "MyApplication"
});
Synopsis
Constructors
Ecs |
Properties
Application |
The physical, human-readable name of the CodeDeploy Application. |
Constructors
EcsApplicationProps()
public EcsApplicationProps()
Properties
ApplicationName
The physical, human-readable name of the CodeDeploy Application.
public string ApplicationName { get; set; }
Property Value
System.
Remarks
Default: an auto-generated name will be used