@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)", date="2019-02-07T11:17:38.838Z") public interface LambdaDeploymentGroupProps extends software.amazon.jsii.JsiiSerializable
LambdaDeploymentGroup.| Modifier and Type | Interface and Description |
|---|---|
static class |
LambdaDeploymentGroupProps.Builder
A builder for
LambdaDeploymentGroupProps |
static class |
LambdaDeploymentGroupProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static LambdaDeploymentGroupProps.Builder |
builder() |
List<software.amazon.awscdk.services.cloudwatch.Alarm> |
getAlarms()
The CloudWatch alarms associated with this Deployment Group.
|
software.amazon.awscdk.services.lambda.Alias |
getAlias()
Lambda Alias to shift traffic.
|
LambdaApplication |
getApplication()
The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
|
AutoRollbackConfig |
getAutoRollback()
The auto-rollback configuration for this Deployment Group.
|
ILambdaDeploymentConfig |
getDeploymentConfig()
The Deployment Configuration this Deployment Group uses.
|
String |
getDeploymentGroupName()
The physical, human-readable name of the CodeDeploy Deployment Group.
|
Boolean |
getIgnorePollAlarmsFailure()
Whether to continue a deployment even if fetching the alarm status from CloudWatch failed.
|
software.amazon.awscdk.services.lambda.IFunction |
getPostHook()
The Lambda function to run after traffic routing starts.
|
software.amazon.awscdk.services.lambda.IFunction |
getPreHook()
The Lambda function to run before traffic routing starts.
|
software.amazon.awscdk.services.iam.Role |
getRole()
The service Role of this Deployment Group.
|
void |
setAlarms(List<software.amazon.awscdk.services.cloudwatch.Alarm> value)
The CloudWatch alarms associated with this Deployment Group.
|
void |
setAlias(software.amazon.awscdk.services.lambda.Alias value)
Lambda Alias to shift traffic.
|
void |
setApplication(LambdaApplication value)
The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
|
void |
setAutoRollback(AutoRollbackConfig value)
The auto-rollback configuration for this Deployment Group.
|
void |
setDeploymentConfig(ILambdaDeploymentConfig value)
The Deployment Configuration this Deployment Group uses.
|
void |
setDeploymentGroupName(String value)
The physical, human-readable name of the CodeDeploy Deployment Group.
|
void |
setIgnorePollAlarmsFailure(Boolean value)
Whether to continue a deployment even if fetching the alarm status from CloudWatch failed.
|
void |
setPostHook(software.amazon.awscdk.services.lambda.IFunction value)
The Lambda function to run after traffic routing starts.
|
void |
setPreHook(software.amazon.awscdk.services.lambda.IFunction value)
The Lambda function to run before traffic routing starts.
|
void |
setRole(software.amazon.awscdk.services.iam.Role value)
The service Role of this Deployment Group.
|
software.amazon.awscdk.services.lambda.Alias getAlias()
void setAlias(software.amazon.awscdk.services.lambda.Alias value)
List<software.amazon.awscdk.services.cloudwatch.Alarm> getAlarms()
#addAlarm method.https://docs.aws.amazon.com/codedeploy/latest/userguide/monitoring-create-alarms.htmlvoid setAlarms(List<software.amazon.awscdk.services.cloudwatch.Alarm> value)
#addAlarm method.https://docs.aws.amazon.com/codedeploy/latest/userguide/monitoring-create-alarms.htmlLambdaApplication getApplication()
void setApplication(LambdaApplication value)
AutoRollbackConfig getAutoRollback()
void setAutoRollback(AutoRollbackConfig value)
ILambdaDeploymentConfig getDeploymentConfig()
void setDeploymentConfig(ILambdaDeploymentConfig value)
String getDeploymentGroupName()
void setDeploymentGroupName(String value)
Boolean getIgnorePollAlarmsFailure()
void setIgnorePollAlarmsFailure(Boolean value)
software.amazon.awscdk.services.lambda.IFunction getPostHook()
void setPostHook(software.amazon.awscdk.services.lambda.IFunction value)
software.amazon.awscdk.services.lambda.IFunction getPreHook()
void setPreHook(software.amazon.awscdk.services.lambda.IFunction value)
software.amazon.awscdk.services.iam.Role getRole()
void setRole(software.amazon.awscdk.services.iam.Role value)
static LambdaDeploymentGroupProps.Builder builder()
LambdaDeploymentGroupProps.Builder of LambdaDeploymentGroupPropsCopyright © 2019. All rights reserved.