@Generated(value="jsii-pacmak/0.16.0 (build 98909b5)", date="2019-09-06T01:12:06.715Z") @Stability(value=Stable) public class ServerApplication extends software.amazon.awscdk.core.Resource implements IServerApplication
software.amazon.jsii.JsiiObject.InitializationModeIServerApplication.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
ServerApplication(software.amazon.awscdk.core.Construct scope,
String id) |
|
ServerApplication(software.amazon.awscdk.core.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.amazon.awscdk.core.Construct scope,
String id,
String serverApplicationName)
Import an Application defined either outside the CDK app, or in a different region.
|
String |
getApplicationArn() |
String |
getApplicationName() |
getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStackgetNode, isConstruct, prepare, synthesize, toString, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet, setObjRefprotected ServerApplication(software.amazon.jsii.JsiiObjectRef objRef)
protected ServerApplication(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public ServerApplication(software.amazon.awscdk.core.Construct scope,
String id,
ServerApplicationProps props)
@Stability(value=Stable)
public ServerApplication(software.amazon.awscdk.core.Construct scope,
String id)
@Stability(value=Stable) public static IServerApplication fromServerApplicationName(software.amazon.awscdk.core.Construct scope, String id, String serverApplicationName)
scope - 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=Stable) public String getApplicationArn()
getApplicationArn in interface IServerApplication@Stability(value=Stable) public String getApplicationName()
getApplicationName in interface IServerApplicationCopyright © 2019. All rights reserved.