@Stability(value=Deprecated) @Deprecated public static final class CustomLambdaDeploymentConfig.Builder extends Object implements software.amazon.jsii.Builder<CustomLambdaDeploymentConfig>
CustomLambdaDeploymentConfig
.Modifier and Type | Method and Description |
---|---|
CustomLambdaDeploymentConfig |
build()
Deprecated.
|
static CustomLambdaDeploymentConfig.Builder |
create(software.constructs.Construct scope,
String id)
Deprecated.
|
CustomLambdaDeploymentConfig.Builder |
deploymentConfigName(String deploymentConfigName)
Deprecated.
Use `LambdaDeploymentConfig`
|
CustomLambdaDeploymentConfig.Builder |
interval(Duration interval)
Deprecated.
Use `LambdaDeploymentConfig`
|
CustomLambdaDeploymentConfig.Builder |
percentage(Number percentage)
Deprecated.
Use `LambdaDeploymentConfig`
|
CustomLambdaDeploymentConfig.Builder |
type(CustomLambdaDeploymentConfigType type)
Deprecated.
Use `LambdaDeploymentConfig`
|
@Stability(value=Deprecated) @Deprecated public static CustomLambdaDeploymentConfig.Builder create(software.constructs.Construct scope, String id)
scope
- This parameter is required.id
- This parameter is required.CustomLambdaDeploymentConfig.Builder
.@Stability(value=Deprecated) @Deprecated public CustomLambdaDeploymentConfig.Builder interval(Duration interval)
interval
- The interval, in number of minutes: - For LINEAR, how frequently additional traffic is shifted - For CANARY, how long to shift traffic before the full deployment. This parameter is required.this
@Stability(value=Deprecated) @Deprecated public CustomLambdaDeploymentConfig.Builder percentage(Number percentage)
percentage
- The integer percentage of traffic to shift: - For LINEAR, the percentage to shift every interval - For CANARY, the percentage to shift until the interval passes, before the full deployment. This parameter is required.this
@Stability(value=Deprecated) @Deprecated public CustomLambdaDeploymentConfig.Builder type(CustomLambdaDeploymentConfigType type)
type
- The type of deployment config, either CANARY or LINEAR. This parameter is required.this
@Stability(value=Deprecated) @Deprecated public CustomLambdaDeploymentConfig.Builder deploymentConfigName(String deploymentConfigName)
Must be unique per account/region. Other parameters cannot be updated if this name is provided.
Default: - automatically generated name
deploymentConfigName
- The verbatim name of the deployment config. This parameter is required.this
@Stability(value=Deprecated) @Deprecated public CustomLambdaDeploymentConfig build()
build
in interface software.amazon.jsii.Builder<CustomLambdaDeploymentConfig>
Copyright © 2022. All rights reserved.