| 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 |
|---|---|
IServerDeploymentConfig |
ServerDeploymentGroupImportProps.getDeploymentConfig()
The Deployment Configuration this Deployment Group uses.
|
IServerDeploymentConfig |
ServerDeploymentGroupImportProps.Jsii$Proxy.getDeploymentConfig()
The Deployment Configuration this Deployment Group uses.
|
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 |
IServerDeploymentGroup.getDeploymentConfig() |
IServerDeploymentConfig |
IServerDeploymentGroup.Jsii$Proxy.getDeploymentConfig() |
IServerDeploymentConfig |
ServerDeploymentGroupBase.getDeploymentConfig() |
static IServerDeploymentConfig |
ServerDeploymentConfig.import_(software.amazon.awscdk.Construct scope,
String id,
ServerDeploymentConfigImportProps props)
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
ServerDeploymentConfig.export() method. |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerDeploymentGroupImportProps.setDeploymentConfig(IServerDeploymentConfig value)
The Deployment Configuration this Deployment Group uses.
|
void |
ServerDeploymentGroupImportProps.Jsii$Proxy.setDeploymentConfig(IServerDeploymentConfig value)
The Deployment Configuration this Deployment Group uses.
|
void |
ServerDeploymentGroupProps.setDeploymentConfig(IServerDeploymentConfig value)
The EC2/on-premise Deployment Configuration to use for this Deployment Group.
|
void |
ServerDeploymentGroupProps.Jsii$Proxy.setDeploymentConfig(IServerDeploymentConfig value)
The EC2/on-premise Deployment Configuration to use for this Deployment Group.
|
ServerDeploymentGroupImportProps.Builder |
ServerDeploymentGroupImportProps.Builder.withDeploymentConfig(IServerDeploymentConfig value)
Sets the value of DeploymentConfig
|
ServerDeploymentGroupProps.Builder |
ServerDeploymentGroupProps.Builder.withDeploymentConfig(IServerDeploymentConfig value)
Sets the value of DeploymentConfig
|
Copyright © 2019. All rights reserved.