@Generated(value="jsii-pacmak/1.1.0 (build df55f5e)", date="2020-04-10T14:28:40.987Z") @Stability(value=Stable) public class ServerDeploymentConfig extends Resource implements IServerDeploymentConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerDeploymentConfig.Builder
A fluent builder for
ServerDeploymentConfig. |
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(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(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, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNode@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(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
ServerDeploymentConfigProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Stable) @NotNull public static IServerDeploymentConfig fromServerDeploymentConfigName(@NotNull Construct scope, @NotNull String id, @NotNull 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) @NotNull public String getDeploymentConfigArn()
getDeploymentConfigArn in interface IServerDeploymentConfig@Stability(value=Stable) @NotNull public String getDeploymentConfigName()
getDeploymentConfigName in interface IServerDeploymentConfigCopyright © 2020. All rights reserved.