Interface IEcsApplication
Represents a reference to a CodeDeploy Application deploying to Amazon ECS.
Inherited Members
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
Remarks
Attribute: true
ApplicationName
Represents a reference to a CodeDeploy Application deploying to Amazon ECS.
string ApplicationName { get; }
Property Value
Remarks
Attribute: true