@Generated(value="jsii-pacmak/1.9.0 (build 5c646d5)", date="2020-07-22T09:50:16.079Z") @Stability(value=Stable) public interface IEcsDeploymentConfig extends software.amazon.jsii.JsiiSerializable
The default, pre-defined Configurations are available as constants on the {@link EcsDeploymentConfig} class
(for example, EcsDeploymentConfig.AllAtOnce).
Note: CloudFormation does not currently support creating custom ECS configs outside of using a custom resource. You can import custom deployment config created outside the CDK or via a custom resource with {@link EcsDeploymentConfig#fromEcsDeploymentConfigName}.
| Modifier and Type | Interface and Description |
|---|---|
static class |
IEcsDeploymentConfig.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDeploymentConfigArn() |
String |
getDeploymentConfigName() |
Copyright © 2020. All rights reserved.