@Generated(value="jsii-pacmak/0.20.6 (build 17f281e)", date="2019-11-19T17:18:14.363Z") @Stability(value=Stable) public class EcsDeploymentGroup extends software.amazon.jsii.JsiiObject
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 © 2019. All rights reserved.