@Generated(value="jsii-pacmak/0.7.6 (build 04cb6bb)", date="2018-09-20T13:05:15.954Z") public abstract class ServerApplicationRef extends software.amazon.awscdk.Construct
ServerApplication class.
If you want to reference an already existing Application,
or one defined in a different CDK Stack,
use the #import method.| Modifier | Constructor and Description |
|---|---|
protected |
ServerApplicationRef(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
ServerApplicationRefProps |
export() |
String |
getApplicationArn() |
String |
getApplicationName() |
static ServerApplicationRef |
import_(software.amazon.awscdk.Construct parent,
String id,
ServerApplicationRefProps props)
Import an Application defined either outside the CDK,
or in a different CDK Stack and exported using the
export() method. |
addChild, addError, addInfo, addMetadata, addMetadata, addMetadata, addWarning, ancestors, ancestors, findChild, getChildren, getContext, getId, getLocked, getMetadata, getParent, getPath, getUniqueId, lock, requireContext, required, setContext, setContext, toString, toTreeString, toTreeString, tryFindChild, unlock, validate, validateTreeprotected ServerApplicationRef(software.amazon.jsii.JsiiObject.InitializationMode mode)
public static ServerApplicationRef import_(software.amazon.awscdk.Construct parent, String id, ServerApplicationRefProps props)
export() method.parent - the parent Construct for this new Constructid - the logical ID of this new Constructprops - the properties of the referenced Applicationpublic ServerApplicationRefProps export()
public String getApplicationArn()
public String getApplicationName()
Copyright © 2018. All rights reserved.