| 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)
(experimental) Import an ECS Deployment Group defined outside the CDK app.
|
| Modifier and Type | Method and Description |
|---|---|
IEcsDeploymentGroup |
CodeDeployEcsDeployActionProps.getDeploymentGroup()
(experimental) 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)
(experimental) The CodeDeploy ECS Deployment Group to deploy to.
|
| Constructor and Description |
|---|
Jsii$Proxy(IEcsDeploymentGroup deploymentGroup,
ArtifactPath appSpecTemplateFile,
Artifact appSpecTemplateInput,
List<? extends CodeDeployEcsContainerImageInput> containerImageInputs,
ArtifactPath taskDefinitionTemplateFile,
Artifact taskDefinitionTemplateInput,
IRole role,
String actionName,
Number runOrder,
String variablesNamespace)
Constructor that initializes the object based on literal property values passed by the
CodeDeployEcsDeployActionProps.Builder. |
Copyright © 2021. All rights reserved.