@Generated(value="jsii-pacmak/0.20.6 (build 17f281e)", date="2019-11-19T17:18:14.363Z") @Stability(value=Stable) public class EcsApplication extends Resource implements IEcsApplication
| Modifier and Type | Class and Description |
|---|---|
static class |
EcsApplication.Builder
A fluent builder for
EcsApplication. |
software.amazon.jsii.JsiiObject.InitializationModeIEcsApplication.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
EcsApplication(Construct scope,
String id) |
|
EcsApplication(Construct scope,
String id,
EcsApplicationProps props) |
protected |
EcsApplication(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
EcsApplication(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IEcsApplication |
fromEcsApplicationName(Construct scope,
String id,
String ecsApplicationName)
Import an Application defined either outside the CDK, or in a different CDK Stack.
|
String |
getApplicationArn() |
String |
getApplicationName() |
generatePhysicalName, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStackgetNode, isConstruct, prepare, synthesize, toString, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected EcsApplication(software.amazon.jsii.JsiiObjectRef objRef)
protected EcsApplication(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public EcsApplication(Construct scope, String id, EcsApplicationProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Stable) public static IEcsApplication fromEcsApplicationName(Construct scope, String id, String ecsApplicationName)
scope - the parent Construct for this new Construct. This parameter is required.id - the logical ID of this new Construct. This parameter is required.ecsApplicationName - the name of the application to import. This parameter is required.@Stability(value=Stable) public String getApplicationArn()
getApplicationArn in interface IEcsApplication@Stability(value=Stable) public String getApplicationName()
getApplicationName in interface IEcsApplicationCopyright © 2019. All rights reserved.