@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.576Z") @Stability(value=Experimental) public class EcsDeploymentGroup extends software.amazon.jsii.JsiiObject
Until then it is closed (private constructor) and does not extend {@link Construct}.
| Modifier | Constructor and Description |
|---|---|
protected |
EcsDeploymentGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
EcsDeploymentGroup(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IEcsDeploymentGroup |
fromEcsDeploymentGroupAttributes(software.constructs.Construct scope,
String id,
EcsDeploymentGroupAttributes attrs)
(experimental) Import an ECS Deployment Group defined outside the CDK app.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected EcsDeploymentGroup(software.amazon.jsii.JsiiObjectRef objRef)
protected EcsDeploymentGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) @NotNull public static IEcsDeploymentGroup fromEcsDeploymentGroupAttributes(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull EcsDeploymentGroupAttributes attrs)
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.Copyright © 2021. All rights reserved.