| Modifier and Type | Class and Description |
|---|---|
class |
EcsApplication
A CodeDeploy Application that deploys to an Amazon ECS service.
|
static class |
IEcsApplication.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IEcsApplication |
EcsApplication.fromEcsApplicationName(Construct scope,
String id,
String ecsApplicationName)
Import an Application defined either outside the CDK, or in a different CDK Stack.
|
IEcsApplication |
EcsDeploymentGroupAttributes.getApplication()
The reference to the CodeDeploy ECS Application that this Deployment Group belongs to.
|
IEcsApplication |
EcsDeploymentGroupAttributes.Jsii$Proxy.getApplication() |
IEcsApplication |
IEcsDeploymentGroup.getApplication()
The reference to the CodeDeploy ECS Application that this Deployment Group belongs to.
|
IEcsApplication |
IEcsDeploymentGroup.Jsii$Proxy.getApplication()
The reference to the CodeDeploy ECS Application that this Deployment Group belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
EcsDeploymentGroupAttributes.Builder |
EcsDeploymentGroupAttributes.Builder.application(IEcsApplication application)
Sets the value of
EcsDeploymentGroupAttributes.getApplication() |
Copyright © 2020. All rights reserved.