@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:52.912Z")
public interface CfnCodeDeployLambdaAliasUpdate
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 java.lang.String |
getAfterAllowTrafficHook()
The name of the Lambda function to run after traffic routing completes.
|
java.lang.String |
getApplicationName()
The name of the AWS CodeDeploy application.
|
default java.lang.String |
getBeforeAllowTrafficHook()
The name of the Lambda function to run before traffic routing starts.
|
java.lang.String |
getDeploymentGroupName()
The name of the AWS CodeDeploy deployment group.
|
java.lang.String getApplicationName()
java.lang.String getDeploymentGroupName()
This is where the traffic-shifting policy is set.
default java.lang.String getAfterAllowTrafficHook()
default java.lang.String getBeforeAllowTrafficHook()
static CfnCodeDeployLambdaAliasUpdate.Builder builder()