@Generated(value="jsii-pacmak/1.54.0 (build b1b977a)", date="2022-02-24T23:24:28.248Z") @Stability(value=Stable) public class EcsApplication extends Resource implements IEcsApplication
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codedeploy.*;
EcsApplication ecsApplication = EcsApplication.Builder.create(this, "MyEcsApplication")
.applicationName("applicationName")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
EcsApplication.Builder
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)
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, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyRemovalPolicy, getEnv, getStackgetNodeprotected EcsApplication(software.amazon.jsii.JsiiObjectRef objRef)
protected EcsApplication(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
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=Stable)
public EcsApplication(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.@Stability(value=Stable) @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=Stable) @NotNull public String getApplicationArn()
getApplicationArn in interface IEcsApplication@Stability(value=Stable) @NotNull public String getApplicationName()
getApplicationName in interface IEcsApplicationCopyright © 2022. All rights reserved.