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