Class EcsDeploymentConfig
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codedeploy.EcsDeploymentConfig
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:46.353Z")
@Stability(Stable)
public class EcsDeploymentConfig
extends software.amazon.jsii.JsiiObject
A custom Deployment Configuration for an ECS Deployment Group.
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
invalid @link
cdk.Construct
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
EcsDeploymentConfig
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
EcsDeploymentConfig
(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionstatic IEcsDeploymentConfig
fromEcsDeploymentConfigName
(software.constructs.Construct _scope, String _id, String ecsDeploymentConfigName) Import a custom Deployment Configuration for an ECS Deployment Group defined outside the CDK.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
ALL_AT_ONCE
-
-
Constructor Details
-
EcsDeploymentConfig
protected EcsDeploymentConfig(software.amazon.jsii.JsiiObjectRef objRef) -
EcsDeploymentConfig
protected EcsDeploymentConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
fromEcsDeploymentConfigName
@Stability(Stable) @NotNull public static IEcsDeploymentConfig fromEcsDeploymentConfigName(@NotNull software.constructs.Construct _scope, @NotNull String _id, @NotNull String ecsDeploymentConfigName) Import a custom Deployment Configuration for an ECS Deployment Group defined outside the CDK.- Parameters:
_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.- Returns:
- a Construct representing a reference to an existing custom Deployment Configuration
-