@Generated(value="jsii-pacmak/0.20.2 (build faba0be)", date="2019-11-11T17:18:01.365Z") @Stability(value=Stable) public class EcsDeploymentConfig extends software.amazon.jsii.JsiiObject
cdk.Construct| Modifier and Type | Field and Description |
|---|---|
static IEcsDeploymentConfig |
ALL_AT_ONCE |
| Modifier | Constructor and Description |
|---|---|
protected |
EcsDeploymentConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
EcsDeploymentConfig(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IEcsDeploymentConfig |
fromEcsDeploymentConfigName(Construct _scope,
String _id,
String ecsDeploymentConfigName)
Import a custom Deployment Configuration for an ECS Deployment Group defined outside the CDK.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet@Stability(value=Stable) public static final IEcsDeploymentConfig ALL_AT_ONCE
protected EcsDeploymentConfig(software.amazon.jsii.JsiiObjectRef objRef)
protected EcsDeploymentConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public static IEcsDeploymentConfig fromEcsDeploymentConfigName(Construct _scope, String _id, String ecsDeploymentConfigName)
_scope - the parent Construct for this new Construct. This parameter is required._id - the logical ID of this new Construct. This parameter is required.ecsDeploymentConfigName - the name of the referenced custom Deployment Configuration. This parameter is required.Copyright © 2019. All rights reserved.