interface AlarmProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeDeploy.CfnDeploymentGroup.AlarmProperty |
![]() | software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup.AlarmProperty |
![]() | aws_cdk.aws_codedeploy.CfnDeploymentGroup.AlarmProperty |
![]() | @aws-cdk/aws-codedeploy » CfnDeploymentGroup » AlarmProperty |
The Alarm
property type specifies a CloudWatch alarm to use for an AWS CodeDeploy deployment group.
The Alarm
property of the CodeDeploy DeploymentGroup AlarmConfiguration property contains a list of Alarm
property types.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as codedeploy from '@aws-cdk/aws-codedeploy';
const alarmProperty: codedeploy.CfnDeploymentGroup.AlarmProperty = {
name: 'name',
};
Properties
Name | Type | Description |
---|---|---|
name? | string | The name of the alarm. |
name?
Type:
string
(optional)
The name of the alarm.
Maximum length is 255 characters. Each alarm name can be used only once in a list of alarms.