| Modifier and Type | Class and Description |
|---|---|
static class |
IServerDeploymentConfig.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
ServerDeploymentConfig
A custom Deployment Configuration for an EC2/on-premise Deployment Group.
|
| Modifier and Type | Field and Description |
|---|---|
static IServerDeploymentConfig |
ServerDeploymentConfig.ALL_AT_ONCE |
static IServerDeploymentConfig |
ServerDeploymentConfig.HALF_AT_A_TIME |
static IServerDeploymentConfig |
ServerDeploymentConfig.ONE_AT_A_TIME |
| Modifier and Type | Method and Description |
|---|---|
static IServerDeploymentConfig |
ServerDeploymentConfig.fromServerDeploymentConfigName(Construct scope,
String id,
String serverDeploymentConfigName)
Import a custom Deployment Configuration for an EC2/on-premise Deployment Group defined either outside the CDK app, or in a different region.
|
IServerDeploymentConfig |
ServerDeploymentGroup.getDeploymentConfig() |
IServerDeploymentConfig |
IServerDeploymentGroup.getDeploymentConfig() |
IServerDeploymentConfig |
IServerDeploymentGroup.Jsii$Proxy.getDeploymentConfig() |
default IServerDeploymentConfig |
ServerDeploymentGroupProps.getDeploymentConfig()
The EC2/on-premise Deployment Configuration to use for this Deployment Group.
|
IServerDeploymentConfig |
ServerDeploymentGroupProps.Jsii$Proxy.getDeploymentConfig() |
default IServerDeploymentConfig |
ServerDeploymentGroupAttributes.getDeploymentConfig()
The Deployment Configuration this Deployment Group uses.
|
IServerDeploymentConfig |
ServerDeploymentGroupAttributes.Jsii$Proxy.getDeploymentConfig() |
| Modifier and Type | Method and Description |
|---|---|
ServerDeploymentGroup.Builder |
ServerDeploymentGroup.Builder.deploymentConfig(IServerDeploymentConfig deploymentConfig)
The EC2/on-premise Deployment Configuration to use for this Deployment Group.
|
ServerDeploymentGroupProps.Builder |
ServerDeploymentGroupProps.Builder.deploymentConfig(IServerDeploymentConfig deploymentConfig)
Sets the value of
ServerDeploymentGroupProps.getDeploymentConfig() |
ServerDeploymentGroupAttributes.Builder |
ServerDeploymentGroupAttributes.Builder.deploymentConfig(IServerDeploymentConfig deploymentConfig)
Sets the value of
ServerDeploymentGroupAttributes.getDeploymentConfig() |
Copyright © 2020. All rights reserved.