@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)", date="2019-02-07T11:17:38.842Z") public class ServerDeploymentConfig extends software.amazon.awscdk.Construct implements IServerDeploymentConfig
software.amazon.jsii.JsiiObject.InitializationModeIServerDeploymentConfig.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static IServerDeploymentConfig |
ALL_AT_ONCE |
static IServerDeploymentConfig |
HALF_AT_A_TIME |
static IServerDeploymentConfig |
ONE_AT_A_TIME |
| Modifier | Constructor and Description |
|---|---|
|
ServerDeploymentConfig(software.amazon.awscdk.Construct scope,
String id,
ServerDeploymentConfigProps props) |
protected |
ServerDeploymentConfig(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
deploymentConfigArn(software.amazon.awscdk.IConstruct scope) |
ServerDeploymentConfigImportProps |
export() |
String |
getDeploymentConfigName() |
static IServerDeploymentConfig |
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
export() method. |
apply, getDependencyRoots, getNode, isConstruct, prepare, toString, validatepublic static final IServerDeploymentConfig ALL_AT_ONCE
public static final IServerDeploymentConfig HALF_AT_A_TIME
public static final IServerDeploymentConfig ONE_AT_A_TIME
protected ServerDeploymentConfig(software.amazon.jsii.JsiiObject.InitializationMode mode)
public ServerDeploymentConfig(software.amazon.awscdk.Construct scope,
String id,
ServerDeploymentConfigProps props)
public static IServerDeploymentConfig import_(software.amazon.awscdk.Construct scope, String id, ServerDeploymentConfigImportProps props)
export() method.scope - the parent Construct for this new Constructid - the logical ID of this new Constructprops - the properties of the referenced custom Deployment Configurationpublic String deploymentConfigArn(software.amazon.awscdk.IConstruct scope)
deploymentConfigArn in interface IServerDeploymentConfigpublic ServerDeploymentConfigImportProps export()
export in interface IServerDeploymentConfigpublic String getDeploymentConfigName()
getDeploymentConfigName in interface IServerDeploymentConfigCopyright © 2019. All rights reserved.