Uses of Interface
software.amazon.awscdk.services.codedeploy.IEcsDeploymentGroup
Package
Description
AWS CodeDeploy Construct Library
AWS CodePipeline Actions
-
Uses of IEcsDeploymentGroup in software.amazon.awscdk.services.codedeploy
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIEcsDeploymentGroup
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic IEcsDeploymentGroup
EcsDeploymentGroup.fromEcsDeploymentGroupAttributes
(software.constructs.Construct scope, String id, EcsDeploymentGroupAttributes attrs) Import an ECS Deployment Group defined outside the CDK app. -
Uses of IEcsDeploymentGroup in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptionCodeDeployEcsDeployActionProps.getDeploymentGroup()
The CodeDeploy ECS Deployment Group to deploy to.final IEcsDeploymentGroup
CodeDeployEcsDeployActionProps.Jsii$Proxy.getDeploymentGroup()
Modifier and TypeMethodDescriptionCodeDeployEcsDeployAction.Builder.deploymentGroup
(IEcsDeploymentGroup deploymentGroup) The CodeDeploy ECS Deployment Group to deploy to.CodeDeployEcsDeployActionProps.Builder.deploymentGroup
(IEcsDeploymentGroup deploymentGroup) Sets the value ofCodeDeployEcsDeployActionProps.getDeploymentGroup()