@Generated(value="jsii-pacmak/0.19.0 (build 7c562bc)", date="2019-10-15T12:37:28.461Z") @Stability(value=Stable) public class ServerDeploymentConfig extends software.amazon.awscdk.core.Resource 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.core.Construct scope,
String id,
ServerDeploymentConfigProps props) |
protected |
ServerDeploymentConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ServerDeploymentConfig(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IServerDeploymentConfig |
fromServerDeploymentConfigName(software.amazon.awscdk.core.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.
|
String |
getDeploymentConfigArn() |
String |
getDeploymentConfigName() |
generatePhysicalName, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStackgetNode, isConstruct, prepare, synthesize, toString, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet, setObjRef@Stability(value=Stable) public static final IServerDeploymentConfig ALL_AT_ONCE
@Stability(value=Stable) public static final IServerDeploymentConfig HALF_AT_A_TIME
@Stability(value=Stable) public static final IServerDeploymentConfig ONE_AT_A_TIME
protected ServerDeploymentConfig(software.amazon.jsii.JsiiObjectRef objRef)
protected ServerDeploymentConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public ServerDeploymentConfig(software.amazon.awscdk.core.Construct scope,
String id,
ServerDeploymentConfigProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Stable) public static IServerDeploymentConfig fromServerDeploymentConfigName(software.amazon.awscdk.core.Construct scope, String id, String serverDeploymentConfigName)
scope - the parent Construct for this new Construct. This parameter is required.id - the logical ID of this new Construct. This parameter is required.serverDeploymentConfigName - the properties of the referenced custom Deployment Configuration. This parameter is required.@Stability(value=Stable) public String getDeploymentConfigArn()
getDeploymentConfigArn in interface IServerDeploymentConfig@Stability(value=Stable) public String getDeploymentConfigName()
getDeploymentConfigName in interface IServerDeploymentConfigCopyright © 2019. All rights reserved.