@Generated(value="jsii-pacmak/0.21.1 (build 9ff44cb)", date="2020-01-07T23:11:00.036Z") @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(Construct scope,
String id,
EcsDeploymentGroupAttributes attrs)
Import an ECS Deployment Group defined outside the CDK app.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected EcsDeploymentGroup(software.amazon.jsii.JsiiObjectRef objRef)
protected EcsDeploymentGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public static IEcsDeploymentGroup fromEcsDeploymentGroupAttributes(Construct scope, String id, 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 © 2020. All rights reserved.