@Generated(value="jsii-pacmak/0.11.3 (build 464b8c6)", date="2019-06-19T15:19:43.961Z") @Stability(value=Experimental) public class ServerApplication extends software.amazon.awscdk.Resource implements IServerApplication
software.amazon.jsii.JsiiObject.InitializationModeIServerApplication.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
ServerApplication(software.amazon.awscdk.Construct scope,
String id)
EXPERIMENTAL
|
|
ServerApplication(software.amazon.awscdk.Construct scope,
String id,
ServerApplicationProps props)
EXPERIMENTAL
|
protected |
ServerApplication(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
static IServerApplication |
fromServerApplicationName(software.amazon.awscdk.Construct scope,
String id,
String serverApplicationName)
Import an Application defined either outside the CDK, or in a different CDK Stack and exported using the
#export method. |
String |
getApplicationArn()
EXPERIMENTAL
|
String |
getApplicationName()
EXPERIMENTAL
|
getNode, isConstruct, prepare, synthesize, toString, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected ServerApplication(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental)
public ServerApplication(software.amazon.awscdk.Construct scope,
String id,
@Nullable
ServerApplicationProps props)
@Stability(value=Experimental)
public ServerApplication(software.amazon.awscdk.Construct scope,
String id)
@Stability(value=Experimental) public static IServerApplication fromServerApplicationName(software.amazon.awscdk.Construct scope, String id, String serverApplicationName)
#export method.
EXPERIMENTALscope - the parent Construct for this new Construct.id - the logical ID of this new Construct.serverApplicationName - the name of the application to import.@Stability(value=Experimental) public String getApplicationArn()
getApplicationArn in interface IServerApplication@Stability(value=Experimental) public String getApplicationName()
getApplicationName in interface IServerApplicationCopyright © 2019. All rights reserved.