| Modifier and Type | Method and Description |
|---|---|
LambdaDeploymentGroupProps.Builder |
LambdaDeploymentGroupProps.Builder.alarms(List<software.amazon.awscdk.services.cloudwatch.IAlarm> alarms)
Sets the value of Alarms
|
LambdaDeploymentGroupProps.Builder |
LambdaDeploymentGroupProps.Builder.alias(software.amazon.awscdk.services.lambda.Alias alias)
Sets the value of Alias
|
LambdaDeploymentGroupProps.Builder |
LambdaDeploymentGroupProps.Builder.application(ILambdaApplication application)
Sets the value of Application
|
LambdaDeploymentGroupProps.Builder |
LambdaDeploymentGroupProps.Builder.autoRollback(AutoRollbackConfig autoRollback)
Sets the value of AutoRollback
|
static LambdaDeploymentGroupProps.Builder |
LambdaDeploymentGroupProps.builder() |
LambdaDeploymentGroupProps.Builder |
LambdaDeploymentGroupProps.Builder.deploymentConfig(ILambdaDeploymentConfig deploymentConfig)
Sets the value of DeploymentConfig
|
LambdaDeploymentGroupProps.Builder |
LambdaDeploymentGroupProps.Builder.deploymentGroupName(String deploymentGroupName)
Sets the value of DeploymentGroupName
|
LambdaDeploymentGroupProps.Builder |
LambdaDeploymentGroupProps.Builder.ignorePollAlarmsFailure(Boolean ignorePollAlarmsFailure)
Sets the value of IgnorePollAlarmsFailure
|
LambdaDeploymentGroupProps.Builder |
LambdaDeploymentGroupProps.Builder.postHook(software.amazon.awscdk.services.lambda.IFunction postHook)
Sets the value of PostHook
|
LambdaDeploymentGroupProps.Builder |
LambdaDeploymentGroupProps.Builder.preHook(software.amazon.awscdk.services.lambda.IFunction preHook)
Sets the value of PreHook
|
LambdaDeploymentGroupProps.Builder |
LambdaDeploymentGroupProps.Builder.role(software.amazon.awscdk.services.iam.IRole role)
Sets the value of Role
|
Copyright © 2019. All rights reserved.