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