public static interface CfnDeploymentGroup.AlarmConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeploymentGroup.AlarmConfigurationProperty.Builder
A builder for
CfnDeploymentGroup.AlarmConfigurationProperty |
static class |
CfnDeploymentGroup.AlarmConfigurationProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnDeploymentGroup.AlarmConfigurationProperty.Builder |
builder() |
Object |
getAlarms()
`CfnDeploymentGroup.AlarmConfigurationProperty.Alarms`
|
Object |
getEnabled()
`CfnDeploymentGroup.AlarmConfigurationProperty.Enabled`
|
Object |
getIgnorePollAlarmFailure()
`CfnDeploymentGroup.AlarmConfigurationProperty.IgnorePollAlarmFailure`
|
void |
setAlarms(List<Object> value)
`CfnDeploymentGroup.AlarmConfigurationProperty.Alarms`
|
void |
setAlarms(software.amazon.awscdk.Token value)
`CfnDeploymentGroup.AlarmConfigurationProperty.Alarms`
|
void |
setEnabled(Boolean value)
`CfnDeploymentGroup.AlarmConfigurationProperty.Enabled`
|
void |
setEnabled(software.amazon.awscdk.Token value)
`CfnDeploymentGroup.AlarmConfigurationProperty.Enabled`
|
void |
setIgnorePollAlarmFailure(Boolean value)
`CfnDeploymentGroup.AlarmConfigurationProperty.IgnorePollAlarmFailure`
|
void |
setIgnorePollAlarmFailure(software.amazon.awscdk.Token value)
`CfnDeploymentGroup.AlarmConfigurationProperty.IgnorePollAlarmFailure`
|
Object getAlarms()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-alarmsvoid setAlarms(software.amazon.awscdk.Token value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-alarmsvoid setAlarms(List<Object> value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-alarmsObject getEnabled()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-enabledvoid setEnabled(Boolean value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-enabledvoid setEnabled(software.amazon.awscdk.Token value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-enabledObject getIgnorePollAlarmFailure()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-ignorepollalarmfailurevoid setIgnorePollAlarmFailure(Boolean value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-ignorepollalarmfailurevoid setIgnorePollAlarmFailure(software.amazon.awscdk.Token value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarmconfiguration.html#cfn-codedeploy-deploymentgroup-alarmconfiguration-ignorepollalarmfailurestatic CfnDeploymentGroup.AlarmConfigurationProperty.Builder builder()
Copyright © 2019. All rights reserved.