@Generated(value="jsii-pacmak/1.54.0 (build b1b977a)", date="2022-03-01T02:28:55.649Z") @Stability(value=Stable) public interface CfnCodeDeployLambdaAliasUpdate extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.core.*; CfnCodeDeployLambdaAliasUpdate cfnCodeDeployLambdaAliasUpdate = CfnCodeDeployLambdaAliasUpdate.builder() .applicationName("applicationName") .deploymentGroupName("deploymentGroupName") // the properties below are optional .afterAllowTrafficHook("afterAllowTrafficHook") .beforeAllowTrafficHook("beforeAllowTrafficHook") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCodeDeployLambdaAliasUpdate.Builder
A builder for
CfnCodeDeployLambdaAliasUpdate |
static class |
CfnCodeDeployLambdaAliasUpdate.Jsii$Proxy
An implementation for
CfnCodeDeployLambdaAliasUpdate |
Modifier and Type | Method and Description |
---|---|
static CfnCodeDeployLambdaAliasUpdate.Builder |
builder() |
default String |
getAfterAllowTrafficHook()
The name of the Lambda function to run after traffic routing completes.
|
String |
getApplicationName()
The name of the AWS CodeDeploy application.
|
default String |
getBeforeAllowTrafficHook()
The name of the Lambda function to run before traffic routing starts.
|
String |
getDeploymentGroupName()
The name of the AWS CodeDeploy deployment group.
|
@Stability(value=Stable) @NotNull String getApplicationName()
@Stability(value=Stable) @NotNull String getDeploymentGroupName()
This is where the traffic-shifting policy is set.
@Stability(value=Stable) @Nullable default String getAfterAllowTrafficHook()
@Stability(value=Stable) @Nullable default String getBeforeAllowTrafficHook()
@Stability(value=Stable) static CfnCodeDeployLambdaAliasUpdate.Builder builder()
Copyright © 2022. All rights reserved.