@Generated(value="jsii-pacmak/1.1.0 (build df55f5e)", date="2020-03-24T17:01:47.603Z") @Stability(value=Stable) public class EcsDeploymentConfig extends software.amazon.jsii.JsiiObject
Note: This class currently stands as namespaced container of the default configurations until CloudFormation supports custom ECS Deployment Configs. Until then it is closed (private constructor) and does not extend {@link 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, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, 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) @NotNull public static IEcsDeploymentConfig fromEcsDeploymentConfigName(@NotNull Construct _scope, @NotNull String _id, @NotNull 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 © 2020. All rights reserved.