@Generated(value="jsii-pacmak/1.1.0 (build df55f5e)", date="2020-04-10T14:28:40.987Z") @Stability(value=Stable) public class ServerApplication extends Resource implements IServerApplication
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerApplication.Builder
A fluent builder for
ServerApplication. |
software.amazon.jsii.JsiiObject.InitializationModeIServerApplication.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
ServerApplication(Construct scope,
String id) |
|
ServerApplication(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(Construct scope,
String id,
String serverApplicationName)
Import an Application defined either outside the CDK app, or in a different region.
|
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 ServerApplication(software.amazon.jsii.JsiiObjectRef objRef)
protected ServerApplication(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public ServerApplication(@NotNull
Construct scope,
@NotNull
String id,
@Nullable
ServerApplicationProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Stable) @NotNull public static IServerApplication fromServerApplicationName(@NotNull 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 public String getApplicationArn()
getApplicationArn in interface IServerApplication@Stability(value=Stable) @NotNull public String getApplicationName()
getApplicationName in interface IServerApplicationCopyright © 2020. All rights reserved.