@Generated(value="jsii-pacmak/0.22.0 (build 14afdde)", date="2020-03-18T17:03:28.587Z") @Stability(value=Stable) public class LambdaApplication extends Resource implements ILambdaApplication
| Modifier and Type | Class and Description |
|---|---|
static class |
LambdaApplication.Builder
A fluent builder for
LambdaApplication. |
software.amazon.jsii.JsiiObject.InitializationModeILambdaApplication.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
LambdaApplication(Construct scope,
String id) |
|
LambdaApplication(Construct scope,
String id,
LambdaApplicationProps props) |
protected |
LambdaApplication(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
LambdaApplication(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static ILambdaApplication |
fromLambdaApplicationName(Construct scope,
String id,
String lambdaApplicationName)
Import an Application defined either outside the CDK, or in a different CDK Stack.
|
String |
getApplicationArn() |
String |
getApplicationName() |
generatePhysicalName, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStackgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected LambdaApplication(software.amazon.jsii.JsiiObjectRef objRef)
protected LambdaApplication(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public LambdaApplication(@NotNull
Construct scope,
@NotNull
String id,
@Nullable
LambdaApplicationProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Stable) @NotNull public static ILambdaApplication fromLambdaApplicationName(@NotNull Construct scope, @NotNull String id, @NotNull String lambdaApplicationName)
scope - the parent Construct for this new Construct. This parameter is required.id - the logical ID of this new Construct. This parameter is required.lambdaApplicationName - the name of the application to import. This parameter is required.@Stability(value=Stable) @NotNull public String getApplicationArn()
getApplicationArn in interface ILambdaApplication@Stability(value=Stable) @NotNull public String getApplicationName()
getApplicationName in interface ILambdaApplicationCopyright © 2020. All rights reserved.