Interface IServerApplication
Represents a reference to a CodeDeploy Application deploying to EC2/on-premise instances.
Namespace: Amazon.CDK.AWS.CodeDeploy
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IServerApplication : IResource
Syntax (vb)
Public Interface IServerApplication
Inherits IResource, IConstruct, IDependable
Remarks
If you're managing the Application alongside the rest of your CDK resources,
use the ServerApplication
class.
If you want to reference an already existing Application,
or one defined in a different CDK Stack,
use the #fromServerApplicationName
method.
Synopsis
Properties
ApplicationArn | |
ApplicationName |
Properties
ApplicationArn
string ApplicationArn { get; }
Property Value
System.String
Remarks
Attribute: true
ApplicationName
string ApplicationName { get; }
Property Value
System.String
Remarks
Attribute: true