@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)", date="2019-02-07T11:17:38.841Z") public class ServerApplication extends software.amazon.awscdk.Construct implements IServerApplication
software.amazon.jsii.JsiiObject.InitializationModeIServerApplication.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
ServerApplication(software.amazon.awscdk.Construct scope,
String id) |
|
ServerApplication(software.amazon.awscdk.Construct scope,
String id,
ServerApplicationProps props) |
protected |
ServerApplication(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
ServerApplicationImportProps |
export() |
String |
getApplicationArn() |
String |
getApplicationName() |
static IServerApplication |
import_(software.amazon.awscdk.Construct scope,
String id,
ServerApplicationImportProps props)
Import an Application defined either outside the CDK,
or in a different CDK Stack and exported using the
export() method. |
apply, getDependencyRoots, getNode, isConstruct, prepare, toString, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected ServerApplication(software.amazon.jsii.JsiiObject.InitializationMode mode)
public ServerApplication(software.amazon.awscdk.Construct scope,
String id,
@Nullable
ServerApplicationProps props)
public ServerApplication(software.amazon.awscdk.Construct scope,
String id)
public static IServerApplication import_(software.amazon.awscdk.Construct scope, String id, ServerApplicationImportProps props)
export() method.scope - the parent Construct for this new Constructid - the logical ID of this new Constructprops - the properties of the referenced Applicationpublic ServerApplicationImportProps export()
export in interface IServerApplicationpublic String getApplicationArn()
getApplicationArn in interface IServerApplicationpublic String getApplicationName()
getApplicationName in interface IServerApplicationCopyright © 2019. All rights reserved.