@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)", date="2019-02-07T11:17:38.837Z") public interface LambdaDeploymentConfigImportProps extends software.amazon.jsii.JsiiSerializable
LambdaDeploymentConfig#export| Modifier and Type | Interface and Description |
|---|---|
static class |
LambdaDeploymentConfigImportProps.Builder
A builder for
LambdaDeploymentConfigImportProps |
static class |
LambdaDeploymentConfigImportProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static LambdaDeploymentConfigImportProps.Builder |
builder() |
String |
getDeploymentConfigName()
The physical, human-readable name of the custom CodeDeploy Lambda Deployment Configuration
that we are referencing.
|
void |
setDeploymentConfigName(String value)
The physical, human-readable name of the custom CodeDeploy Lambda Deployment Configuration
that we are referencing.
|
String getDeploymentConfigName()
void setDeploymentConfigName(String value)
static LambdaDeploymentConfigImportProps.Builder builder()
Copyright © 2019. All rights reserved.