Show / Hide Table of Contents

Interface IServerApplicationProps

Construction properties for ServerApplication.

Namespace: Amazon.CDK.AWS.CodeDeploy
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IServerApplicationProps
Syntax (vb)
Public Interface IServerApplicationProps
Remarks

ExampleMetadata: infused

Examples
var application = new ServerApplication(this, "CodeDeployApplication", new ServerApplicationProps {
                ApplicationName = "MyApplication"
            });

Synopsis

Properties

ApplicationName

The physical, human-readable name of the CodeDeploy Application.

Properties

ApplicationName

The physical, human-readable name of the CodeDeploy Application.

string? ApplicationName { get; }
Property Value

string

Remarks

Default: an auto-generated name will be used

Back to top Generated by DocFX