@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-27T20:28:47.696Z") @Stability(value=Stable) public class EcsDeploymentGroup extends software.amazon.jsii.JsiiObject
Until then it is closed (private constructor) and does not extend {@link cdk.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)
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=Stable) @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 © 2022. All rights reserved.