Interface LambdaApplicationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LambdaApplicationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:46.378Z")
@Stability(Stable)
public interface LambdaApplicationProps
extends software.amazon.jsii.JsiiSerializable
Construction properties for
LambdaApplication
.
Example:
LambdaApplication application = LambdaApplication.Builder.create(this, "CodeDeployApplication") .applicationName("MyApplication") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forLambdaApplicationProps
static final class
An implementation forLambdaApplicationProps
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplicationName
The physical, human-readable name of the CodeDeploy Application.Default: an auto-generated name will be used
-
builder
- Returns:
- a
LambdaApplicationProps.Builder
ofLambdaApplicationProps
-