| Package | Description |
|---|---|
| software.amazon.awscdk.services.codedeploy |
AWS CodeDeploy Construct Library
|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IEcsDeploymentGroup.Jsii$Default
Internal default implementation for
IEcsDeploymentGroup. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IEcsDeploymentGroup.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IEcsDeploymentGroup |
EcsDeploymentGroup.fromEcsDeploymentGroupAttributes(software.constructs.Construct scope,
String id,
EcsDeploymentGroupAttributes attrs)
Import an ECS Deployment Group defined outside the CDK app.
|
| Modifier and Type | Method and Description |
|---|---|
IEcsDeploymentGroup |
CodeDeployEcsDeployActionProps.getDeploymentGroup()
The CodeDeploy ECS Deployment Group to deploy to.
|
IEcsDeploymentGroup |
CodeDeployEcsDeployActionProps.Jsii$Proxy.getDeploymentGroup() |
| Modifier and Type | Method and Description |
|---|---|
CodeDeployEcsDeployActionProps.Builder |
CodeDeployEcsDeployActionProps.Builder.deploymentGroup(IEcsDeploymentGroup deploymentGroup)
Sets the value of
CodeDeployEcsDeployActionProps.getDeploymentGroup() |
CodeDeployEcsDeployAction.Builder |
CodeDeployEcsDeployAction.Builder.deploymentGroup(IEcsDeploymentGroup deploymentGroup)
The CodeDeploy ECS Deployment Group to deploy to.
|
Copyright © 2022. All rights reserved.