@Generated(value="jsii-pacmak/1.7.0 (build 179a3a5)", date="2020-06-30T10:27:18.076Z") @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, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, 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(@NotNull
Construct scope,
@NotNull
String id,
@Nullable
EcsApplicationProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Stable) @NotNull public static IEcsApplication fromEcsApplicationName(@NotNull Construct scope, @NotNull String id, @NotNull 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) @NotNull public String getApplicationArn()
getApplicationArn in interface IEcsApplication@Stability(value=Stable) @NotNull public String getApplicationName()
getApplicationName in interface IEcsApplicationCopyright © 2020. All rights reserved.