| Modifier and Type | Method and Description |
|---|---|
LambdaDeploymentGroup.Builder |
LambdaDeploymentGroup.Builder.alarms(List<? extends IAlarm> alarms)
The CloudWatch alarms associated with this Deployment Group.
|
LambdaDeploymentGroup.Builder |
LambdaDeploymentGroup.Builder.alias(Alias alias)
Lambda Alias to shift traffic.
|
LambdaDeploymentGroup.Builder |
LambdaDeploymentGroup.Builder.application(ILambdaApplication application)
The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
|
LambdaDeploymentGroup.Builder |
LambdaDeploymentGroup.Builder.autoRollback(AutoRollbackConfig autoRollback)
The auto-rollback configuration for this Deployment Group.
|
static LambdaDeploymentGroup.Builder |
LambdaDeploymentGroup.Builder.create(software.constructs.Construct scope,
String id) |
LambdaDeploymentGroup.Builder |
LambdaDeploymentGroup.Builder.deploymentConfig(ILambdaDeploymentConfig deploymentConfig)
The Deployment Configuration this Deployment Group uses.
|
LambdaDeploymentGroup.Builder |
LambdaDeploymentGroup.Builder.deploymentGroupName(String deploymentGroupName)
The physical, human-readable name of the CodeDeploy Deployment Group.
|
LambdaDeploymentGroup.Builder |
LambdaDeploymentGroup.Builder.ignorePollAlarmsFailure(Boolean ignorePollAlarmsFailure)
Whether to continue a deployment even if fetching the alarm status from CloudWatch failed.
|
LambdaDeploymentGroup.Builder |
LambdaDeploymentGroup.Builder.postHook(IFunction postHook)
The Lambda function to run after traffic routing starts.
|
LambdaDeploymentGroup.Builder |
LambdaDeploymentGroup.Builder.preHook(IFunction preHook)
The Lambda function to run before traffic routing starts.
|
LambdaDeploymentGroup.Builder |
LambdaDeploymentGroup.Builder.role(IRole role)
The service Role of this Deployment Group.
|
Copyright © 2021. All rights reserved.