@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-05-04T20:14:15.376Z") @Stability(value=Stable) public class ServerDeploymentConfig extends Resource implements IServerDeploymentConfig
Example:
ServerDeploymentGroup deploymentGroup = ServerDeploymentGroup.Builder.create(this, "CodeDeployDeploymentGroup")
.deploymentConfig(ServerDeploymentConfig.ALL_AT_ONCE)
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerDeploymentConfig.Builder
A fluent builder for
ServerDeploymentConfig. |
software.amazon.jsii.JsiiObject.InitializationModeIServerDeploymentConfig.Jsii$Default, IServerDeploymentConfig.Jsii$ProxyIResource.Jsii$Default| 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.constructs.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.constructs.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() |
protected List<String> |
validate()
Validate the current construct.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesizejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, 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
software.constructs.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 software.constructs.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 protected List<String> validate()
This method can be implemented by derived constructs in order to perform validation logic. It is called on all constructs before synthesis.
@Stability(value=Stable) @NotNull public String getDeploymentConfigArn()
getDeploymentConfigArn in interface IServerDeploymentConfig@Stability(value=Stable) @NotNull public String getDeploymentConfigName()
getDeploymentConfigName in interface IServerDeploymentConfigCopyright © 2022. All rights reserved.