Class EcsDeploymentGroup
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codedeploy.EcsDeploymentGroup
- 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 EcsDeploymentGroup
extends software.amazon.jsii.JsiiObject
Note: This class currently stands as a namespaced container for importing an ECS Deployment Group defined outside the CDK app until CloudFormation supports provisioning ECS Deployment Groups.
Until then it is closed (private constructor) and does not
extend cdk.Construct
.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Constructor Summary
ModifierConstructorDescriptionprotected
EcsDeploymentGroup
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
EcsDeploymentGroup
(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionstatic IEcsDeploymentGroup
fromEcsDeploymentGroupAttributes
(software.constructs.Construct scope, String id, EcsDeploymentGroupAttributes attrs) Import an ECS Deployment Group defined outside the CDK app.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
-
Constructor Details
-
EcsDeploymentGroup
protected EcsDeploymentGroup(software.amazon.jsii.JsiiObjectRef objRef) -
EcsDeploymentGroup
protected EcsDeploymentGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
fromEcsDeploymentGroupAttributes
@Stability(Stable) @NotNull public static IEcsDeploymentGroup fromEcsDeploymentGroupAttributes(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull EcsDeploymentGroupAttributes attrs) Import an ECS Deployment Group defined outside the CDK app.- 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.attrs
- the properties of the referenced Deployment Group. This parameter is required.- Returns:
- a Construct representing a reference to an existing Deployment Group
-