@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)", date="2019-02-07T11:17:38.836Z") public interface LambdaApplicationImportProps extends software.amazon.jsii.JsiiSerializable
ILambdaApplication.export()| Modifier and Type | Interface and Description |
|---|---|
static class |
LambdaApplicationImportProps.Builder
A builder for
LambdaApplicationImportProps |
static class |
LambdaApplicationImportProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static LambdaApplicationImportProps.Builder |
builder() |
String |
getApplicationName()
The physical, human-readable name of the Lambda Application we're referencing.
|
void |
setApplicationName(String value)
The physical, human-readable name of the Lambda Application we're referencing.
|
String getApplicationName()
void setApplicationName(String value)
static LambdaApplicationImportProps.Builder builder()
Copyright © 2019. All rights reserved.