| 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 |
IServerDeploymentGroup.Jsii$Default
Internal default implementation for
IServerDeploymentGroup. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IServerDeploymentGroup.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
ServerDeploymentGroup
A CodeDeploy Deployment Group that deploys to EC2/on-premise instances.
|
| Modifier and Type | Method and Description |
|---|---|
static IServerDeploymentGroup |
ServerDeploymentGroup.fromServerDeploymentGroupAttributes(software.constructs.Construct scope,
String id,
ServerDeploymentGroupAttributes attrs)
Import an EC2/on-premise Deployment Group defined either outside the CDK app, or in a different region.
|
| Modifier and Type | Method and Description |
|---|---|
IServerDeploymentGroup |
CodeDeployServerDeployActionProps.getDeploymentGroup()
The CodeDeploy server Deployment Group to deploy to.
|
IServerDeploymentGroup |
CodeDeployServerDeployActionProps.Jsii$Proxy.getDeploymentGroup() |
| Modifier and Type | Method and Description |
|---|---|
CodeDeployServerDeployActionProps.Builder |
CodeDeployServerDeployActionProps.Builder.deploymentGroup(IServerDeploymentGroup deploymentGroup)
Sets the value of
CodeDeployServerDeployActionProps.getDeploymentGroup() |
CodeDeployServerDeployAction.Builder |
CodeDeployServerDeployAction.Builder.deploymentGroup(IServerDeploymentGroup deploymentGroup)
The CodeDeploy server Deployment Group to deploy to.
|
Copyright © 2022. All rights reserved.