@Generated(value="jsii-pacmak/0.19.0 (build 7c562bc)", date="2019-10-15T12:37:28.461Z") @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() |
generatePhysicalName, 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)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Stable)
public ServerApplication(software.amazon.awscdk.core.Construct scope,
String id)
scope - This parameter is required.id - This parameter is required.@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. 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) public String getApplicationArn()
getApplicationArn in interface IServerApplication@Stability(value=Stable) public String getApplicationName()
getApplicationName in interface IServerApplicationCopyright © 2019. All rights reserved.