| Package | Description |
|---|---|
| software.amazon.awscdk.services.codedeploy |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerDeploymentGroup
A CodeDeploy Deployment Group that deploys to EC2/on-premise instances.
|
| Modifier and Type | Method and Description |
|---|---|
static ServerDeploymentGroupRef |
ServerDeploymentGroupRef.import_(software.amazon.awscdk.Construct parent,
String id,
ServerDeploymentGroupRefProps props)
Import an EC2/on-premise Deployment Group defined either outside the CDK,
or in a different CDK Stack and exported using the
export() method. |
Copyright © 2018. All rights reserved.