Uses of Interface
software.amazon.awscdk.services.codedeploy.IEcsApplication
-
Uses of IEcsApplication in software.amazon.awscdk.services.codedeploy
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIEcsApplication
.Modifier and TypeClassDescriptionclass
A CodeDeploy Application that deploys to an Amazon ECS service.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic IEcsApplication
EcsApplication.fromEcsApplicationArn
(software.constructs.Construct scope, String id, String ecsApplicationArn) Import an Application defined either outside the CDK, or in a different CDK Stack, by ARN.static IEcsApplication
EcsApplication.fromEcsApplicationName
(software.constructs.Construct scope, String id, String ecsApplicationName) Import an Application defined either outside the CDK, or in a different CDK Stack.EcsDeploymentGroup.getApplication()
The reference to the CodeDeploy ECS Application that this Deployment Group belongs to.EcsDeploymentGroupAttributes.getApplication()
The reference to the CodeDeploy ECS Application that this Deployment Group belongs to.final IEcsApplication
EcsDeploymentGroupAttributes.Jsii$Proxy.getApplication()
default IEcsApplication
EcsDeploymentGroupProps.getApplication()
The reference to the CodeDeploy ECS Application that this Deployment Group belongs to.final IEcsApplication
EcsDeploymentGroupProps.Jsii$Proxy.getApplication()
IEcsDeploymentGroup.getApplication()
The reference to the CodeDeploy ECS Application that this Deployment Group belongs to.default IEcsApplication
IEcsDeploymentGroup.Jsii$Default.getApplication()
The reference to the CodeDeploy ECS Application that this Deployment Group belongs to.final IEcsApplication
IEcsDeploymentGroup.Jsii$Proxy.getApplication()
The reference to the CodeDeploy ECS Application that this Deployment Group belongs to.Modifier and TypeMethodDescriptionEcsDeploymentGroup.Builder.application
(IEcsApplication application) The reference to the CodeDeploy ECS Application that this Deployment Group belongs to.EcsDeploymentGroupAttributes.Builder.application
(IEcsApplication application) Sets the value ofEcsDeploymentGroupAttributes.getApplication()
EcsDeploymentGroupProps.Builder.application
(IEcsApplication application) Sets the value ofEcsDeploymentGroupProps.getApplication()