@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.575Z") @Stability(value=Experimental) public class EcsApplication extends Resource implements IEcsApplication
| Modifier and Type | Class and Description |
|---|---|
static class |
EcsApplication.Builder
(experimental) A fluent builder for
EcsApplication. |
software.amazon.jsii.JsiiObject.InitializationModeIEcsApplication.Jsii$Default, IEcsApplication.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
EcsApplication(software.constructs.Construct scope,
String id) |
|
EcsApplication(software.constructs.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(software.constructs.Construct scope,
String id,
String ecsApplicationName)
(experimental) Import an Application defined either outside the CDK, or in a different CDK Stack.
|
String |
getApplicationArn() |
String |
getApplicationName() |
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected EcsApplication(software.amazon.jsii.JsiiObjectRef objRef)
protected EcsApplication(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public EcsApplication(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
EcsApplicationProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Experimental)
public EcsApplication(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.@Stability(value=Experimental) @NotNull public static IEcsApplication fromEcsApplicationName(@NotNull software.constructs.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=Experimental) @NotNull public String getApplicationArn()
getApplicationArn in interface IEcsApplication@Stability(value=Experimental) @NotNull public String getApplicationName()
getApplicationName in interface IEcsApplicationCopyright © 2021. All rights reserved.