Class ServerApplicationProps
Construction properties for ServerApplication.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.CodeDeploy
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ServerApplicationProps : IServerApplicationProps
Syntax (vb)
Public Class ServerApplicationProps Implements IServerApplicationProps
Remarks
ExampleMetadata: infused
Examples
var application = new ServerApplication(this, "CodeDeployApplication", new ServerApplicationProps {
ApplicationName = "MyApplication"
});
Synopsis
Constructors
| ServerApplicationProps() | Construction properties for |
Properties
| ApplicationName | The physical, human-readable name of the CodeDeploy Application. |
Constructors
ServerApplicationProps()
Construction properties for ServerApplication.
public ServerApplicationProps()
Remarks
ExampleMetadata: infused
Examples
var application = new ServerApplication(this, "CodeDeployApplication", new ServerApplicationProps {
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