Interface IEcsDeploymentConfig
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IEcsDeploymentConfig.Jsii$Default
- All Known Implementing Classes:
IEcsDeploymentConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:46.355Z")
@Stability(Stable)
public interface IEcsDeploymentConfig
extends software.amazon.jsii.JsiiSerializable
The Deployment Configuration of an ECS Deployment Group.
The default, pre-defined Configurations are available as constants on the 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 EcsDeploymentConfig.fromEcsDeploymentConfigName(software.constructs.Construct, java.lang.String, java.lang.String)
.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIEcsDeploymentConfig
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDeploymentConfigArn
-
getDeploymentConfigName
-