public static final class LambdaDeploymentGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LambdaDeploymentGroupProps
software.amazon.jsii.JsiiObject.InitializationModeLambdaDeploymentGroupProps.Builder, LambdaDeploymentGroupProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public software.amazon.awscdk.services.lambda.Alias getAlias()
getAlias in interface LambdaDeploymentGroupPropspublic void setAlias(software.amazon.awscdk.services.lambda.Alias value)
setAlias in interface LambdaDeploymentGroupProps@Nullable public List<software.amazon.awscdk.services.cloudwatch.Alarm> getAlarms()
#addAlarm method.getAlarms in interface LambdaDeploymentGroupPropshttps://docs.aws.amazon.com/codedeploy/latest/userguide/monitoring-create-alarms.htmlpublic void setAlarms(@Nullable List<software.amazon.awscdk.services.cloudwatch.Alarm> value)
#addAlarm method.setAlarms in interface LambdaDeploymentGroupPropshttps://docs.aws.amazon.com/codedeploy/latest/userguide/monitoring-create-alarms.html@Nullable public LambdaApplication getApplication()
getApplication in interface LambdaDeploymentGroupPropspublic void setApplication(@Nullable LambdaApplication value)
setApplication in interface LambdaDeploymentGroupProps@Nullable public AutoRollbackConfig getAutoRollback()
getAutoRollback in interface LambdaDeploymentGroupPropspublic void setAutoRollback(@Nullable AutoRollbackConfig value)
setAutoRollback in interface LambdaDeploymentGroupProps@Nullable public ILambdaDeploymentConfig getDeploymentConfig()
getDeploymentConfig in interface LambdaDeploymentGroupPropspublic void setDeploymentConfig(@Nullable ILambdaDeploymentConfig value)
setDeploymentConfig in interface LambdaDeploymentGroupProps@Nullable public String getDeploymentGroupName()
getDeploymentGroupName in interface LambdaDeploymentGroupPropspublic void setDeploymentGroupName(@Nullable String value)
setDeploymentGroupName in interface LambdaDeploymentGroupProps@Nullable public Boolean getIgnorePollAlarmsFailure()
getIgnorePollAlarmsFailure in interface LambdaDeploymentGroupPropspublic void setIgnorePollAlarmsFailure(@Nullable Boolean value)
setIgnorePollAlarmsFailure in interface LambdaDeploymentGroupProps@Nullable public software.amazon.awscdk.services.lambda.IFunction getPostHook()
getPostHook in interface LambdaDeploymentGroupPropspublic void setPostHook(@Nullable software.amazon.awscdk.services.lambda.IFunction value)
setPostHook in interface LambdaDeploymentGroupProps@Nullable public software.amazon.awscdk.services.lambda.IFunction getPreHook()
getPreHook in interface LambdaDeploymentGroupPropspublic void setPreHook(@Nullable software.amazon.awscdk.services.lambda.IFunction value)
setPreHook in interface LambdaDeploymentGroupProps@Nullable public software.amazon.awscdk.services.iam.Role getRole()
getRole in interface LambdaDeploymentGroupPropspublic void setRole(@Nullable software.amazon.awscdk.services.iam.Role value)
setRole in interface LambdaDeploymentGroupPropsCopyright © 2019. All rights reserved.