Show / Hide Table of Contents

Interface IServerApplication

Represents a reference to a CodeDeploy Application deploying to EC2/on-premise instances.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.CodeDeploy
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IServerApplication : IResource, IConstruct, IDependable
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

Represents a reference to a CodeDeploy Application deploying to EC2/on-premise instances.

ApplicationName

Represents a reference to a CodeDeploy Application deploying to EC2/on-premise instances.

Properties

ApplicationArn

Represents a reference to a CodeDeploy Application deploying to EC2/on-premise instances.

string ApplicationArn { get; }
Property Value

string

Remarks

Attribute: true

ApplicationName

Represents a reference to a CodeDeploy Application deploying to EC2/on-premise instances.

string ApplicationName { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX