Show / Hide Table of Contents

Interface IEcsApplication

Represents a reference to a CodeDeploy Application deploying to Amazon ECS.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IApplicationRef.ApplicationRef
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.CodeDeploy
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEcsApplication : IResource, IApplicationRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IEcsApplication Inherits IResource, IApplicationRef, IConstruct, IDependable, IEnvironmentAware
Remarks

If you're managing the Application alongside the rest of your CDK resources, use the EcsApplication class.

If you want to reference an already existing Application, or one defined in a different CDK Stack, use the EcsApplication#fromEcsApplicationName method.

Synopsis

Properties

ApplicationArn

Represents a reference to a CodeDeploy Application deploying to Amazon ECS.

ApplicationName

Represents a reference to a CodeDeploy Application deploying to Amazon ECS.

Properties

ApplicationArn

Represents a reference to a CodeDeploy Application deploying to Amazon ECS.

string ApplicationArn { get; }
Property Value

string

Remarks

Attribute: true

ApplicationName

Represents a reference to a CodeDeploy Application deploying to Amazon ECS.

string ApplicationName { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX