@Generated(value="jsii-pacmak/0.11.3 (build 464b8c6)", date="2019-06-19T15:19:43.962Z") @Stability(value=Experimental) public class ServerDeploymentConfig extends software.amazon.awscdk.Resource implements IServerDeploymentConfig
software.amazon.jsii.JsiiObject.InitializationModeIServerDeploymentConfig.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static IServerDeploymentConfig |
ALL_AT_ONCE
EXPERIMENTAL
|
static IServerDeploymentConfig |
HALF_AT_A_TIME
EXPERIMENTAL
|
static IServerDeploymentConfig |
ONE_AT_A_TIME
EXPERIMENTAL
|
| Modifier | Constructor and Description |
|---|---|
|
ServerDeploymentConfig(software.amazon.awscdk.Construct scope,
String id,
ServerDeploymentConfigProps props)
EXPERIMENTAL
|
protected |
ServerDeploymentConfig(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
static IServerDeploymentConfig |
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. |
String |
getDeploymentConfigArn()
EXPERIMENTAL
|
String |
getDeploymentConfigName()
EXPERIMENTAL
|
getNode, isConstruct, prepare, synthesize, toString, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet@Stability(value=Experimental) public static final IServerDeploymentConfig ALL_AT_ONCE
@Stability(value=Experimental) public static final IServerDeploymentConfig HALF_AT_A_TIME
@Stability(value=Experimental) public static final IServerDeploymentConfig ONE_AT_A_TIME
protected ServerDeploymentConfig(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental)
public ServerDeploymentConfig(software.amazon.awscdk.Construct scope,
String id,
ServerDeploymentConfigProps props)
@Stability(value=Experimental) public static IServerDeploymentConfig fromServerDeploymentConfigName(software.amazon.awscdk.Construct scope, String id, String serverDeploymentConfigName)
#export method.
EXPERIMENTALscope - the parent Construct for this new Construct.id - the logical ID of this new Construct.serverDeploymentConfigName - the properties of the referenced custom Deployment Configuration.@Stability(value=Experimental) public String getDeploymentConfigArn()
getDeploymentConfigArn in interface IServerDeploymentConfig@Stability(value=Experimental) public String getDeploymentConfigName()
getDeploymentConfigName in interface IServerDeploymentConfigCopyright © 2019. All rights reserved.