@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.575Z") @Stability(value=Experimental) 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 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(software.constructs.Construct _scope,
String _id,
String ecsDeploymentConfigName)
(experimental) 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, jsiiStaticSet@Stability(value=Experimental) public static final IEcsDeploymentConfig ALL_AT_ONCE
protected EcsDeploymentConfig(software.amazon.jsii.JsiiObjectRef objRef)
protected EcsDeploymentConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) @NotNull public static IEcsDeploymentConfig fromEcsDeploymentConfigName(@NotNull software.constructs.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 © 2021. All rights reserved.