| 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
EXPERIMENTAL
|
static IServerDeploymentConfig |
ServerDeploymentConfig.HALF_AT_A_TIME
EXPERIMENTAL
|
static IServerDeploymentConfig |
ServerDeploymentConfig.ONE_AT_A_TIME
EXPERIMENTAL
|
| Modifier and Type | Method and Description |
|---|---|
static IServerDeploymentConfig |
ServerDeploymentConfig.fromServerDeploymentConfigName(software.amazon.awscdk.Construct scope,
String id,
String serverDeploymentConfigName)
Import a custom Deployment Configuration for an EC2/on-premise Deployment Group defined either outside the CDK, or in a different CDK Stack and exported using the
#export method. |
IServerDeploymentConfig |
ServerDeploymentGroupProps.getDeploymentConfig()
The EC2/on-premise Deployment Configuration to use for this Deployment Group.
|
IServerDeploymentConfig |
ServerDeploymentGroupProps.Jsii$Proxy.getDeploymentConfig()
The EC2/on-premise Deployment Configuration to use for this Deployment Group.
|
IServerDeploymentConfig |
ServerDeploymentGroupAttributes.getDeploymentConfig()
The Deployment Configuration this Deployment Group uses.
|
IServerDeploymentConfig |
ServerDeploymentGroupAttributes.Jsii$Proxy.getDeploymentConfig()
The Deployment Configuration this Deployment Group uses.
|
IServerDeploymentConfig |
IServerDeploymentGroup.getDeploymentConfig()
EXPERIMENTAL
|
IServerDeploymentConfig |
IServerDeploymentGroup.Jsii$Proxy.getDeploymentConfig()
EXPERIMENTAL
|
IServerDeploymentConfig |
ServerDeploymentGroup.getDeploymentConfig()
EXPERIMENTAL
|
| Modifier and Type | Method and Description |
|---|---|
ServerDeploymentGroupProps.Builder |
ServerDeploymentGroupProps.Builder.withDeploymentConfig(IServerDeploymentConfig value)
Sets the value of DeploymentConfig
|
ServerDeploymentGroupAttributes.Builder |
ServerDeploymentGroupAttributes.Builder.withDeploymentConfig(IServerDeploymentConfig value)
Sets the value of DeploymentConfig
|
Copyright © 2019. All rights reserved.