| 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.
|
class |
ServerDeploymentGroupBase
Represents a reference to a CodeDeploy EC2/on-premise Deployment Group.
|
| Modifier and Type | Method and Description |
|---|---|
IServerDeploymentGroup |
PipelineDeployActionProps.getDeploymentGroup()
The CodeDeploy Deployment Group to deploy to.
|
IServerDeploymentGroup |
PipelineDeployActionProps.Jsii$Proxy.getDeploymentGroup()
The CodeDeploy Deployment Group to deploy to.
|
static IServerDeploymentGroup |
ServerDeploymentGroup.import_(software.amazon.awscdk.Construct scope,
String id,
ServerDeploymentGroupImportProps props)
Import an EC2/on-premise Deployment Group defined either outside the CDK,
or in a different CDK Stack and exported using the
ServerDeploymentGroup.export() method. |
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineDeployActionProps.setDeploymentGroup(IServerDeploymentGroup value)
The CodeDeploy Deployment Group to deploy to.
|
void |
PipelineDeployActionProps.Jsii$Proxy.setDeploymentGroup(IServerDeploymentGroup value)
The CodeDeploy Deployment Group to deploy to.
|
PipelineDeployActionProps.Builder |
PipelineDeployActionProps.Builder.withDeploymentGroup(IServerDeploymentGroup value)
Sets the value of DeploymentGroup
|
Copyright © 2019. All rights reserved.