| Modifier and Type | Method and Description |
|---|---|
CustomLambdaDeploymentConfigType |
CustomLambdaDeploymentConfigProps.getType()
The type of deployment config, either CANARY or LINEAR.
|
CustomLambdaDeploymentConfigType |
CustomLambdaDeploymentConfigProps.Jsii$Proxy.getType() |
static CustomLambdaDeploymentConfigType |
CustomLambdaDeploymentConfigType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomLambdaDeploymentConfigType[] |
CustomLambdaDeploymentConfigType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CustomLambdaDeploymentConfig.Builder |
CustomLambdaDeploymentConfig.Builder.type(CustomLambdaDeploymentConfigType type)
The type of deployment config, either CANARY or LINEAR.
|
CustomLambdaDeploymentConfigProps.Builder |
CustomLambdaDeploymentConfigProps.Builder.type(CustomLambdaDeploymentConfigType type)
Sets the value of
CustomLambdaDeploymentConfigProps.getType() |
| Constructor and Description |
|---|
Jsii$Proxy(Duration interval,
Number percentage,
CustomLambdaDeploymentConfigType type,
String deploymentConfigName)
Constructor that initializes the object based on literal property values passed by the
CustomLambdaDeploymentConfigProps.Builder. |
Copyright © 2021. All rights reserved.