@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-17T17:31:20.219Z") @Stability(value=Stable) public class ServerApplication extends Resource implements IServerApplication
Example:
ServerApplication application = ServerApplication.Builder.create(this, "CodeDeployApplication")
.applicationName("MyApplication")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerApplication.Builder
A fluent builder for
ServerApplication. |
software.amazon.jsii.JsiiObject.InitializationModeIServerApplication.Jsii$Default, IServerApplication.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
ServerApplication(software.constructs.Construct scope,
String id) |
|
ServerApplication(software.constructs.Construct scope,
String id,
ServerApplicationProps props) |
protected |
ServerApplication(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ServerApplication(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IServerApplication |
fromServerApplicationName(software.constructs.Construct scope,
String id,
String serverApplicationName)
Import an Application defined either outside the CDK app, or in a different region.
|
String |
getApplicationArn() |
String |
getApplicationName() |
protected List<String> |
validate()
Validate the current construct.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesizejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyRemovalPolicy, getEnv, getStackgetNodeprotected ServerApplication(software.amazon.jsii.JsiiObjectRef objRef)
protected ServerApplication(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public ServerApplication(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
ServerApplicationProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Stable)
public ServerApplication(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.@Stability(value=Stable) @NotNull public static IServerApplication fromServerApplicationName(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String serverApplicationName)
scope - the parent Construct for this new Construct. This parameter is required.id - the logical ID of this new Construct. This parameter is required.serverApplicationName - the name of the application to import. This parameter is required.@Stability(value=Stable) @NotNull protected List<String> validate()
This method can be implemented by derived constructs in order to perform validation logic. It is called on all constructs before synthesis.
@Stability(value=Stable) @NotNull public String getApplicationArn()
getApplicationArn in interface IServerApplication@Stability(value=Stable) @NotNull public String getApplicationName()
getApplicationName in interface IServerApplicationCopyright © 2022. All rights reserved.