Show / Hide Table of Contents

Class CfnDeploymentGroupPropsMixin.AlarmProperty

The Alarm property type specifies a CloudWatch alarm to use for an AWS CodeDeploy deployment group.

Inheritance
object
CfnDeploymentGroupPropsMixin.AlarmProperty
Implements
CfnDeploymentGroupPropsMixin.IAlarmProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.CodeDeploy.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDeploymentGroupPropsMixin.AlarmProperty : CfnDeploymentGroupPropsMixin.IAlarmProperty
Syntax (vb)
Public Class CfnDeploymentGroupPropsMixin.AlarmProperty Implements CfnDeploymentGroupPropsMixin.IAlarmProperty
Remarks

The Alarm property of the CodeDeploy DeploymentGroup AlarmConfiguration property contains a list of Alarm property types.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarm.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.CodeDeploy.Mixins;

             var alarmProperty = new AlarmProperty {
                 Name = "name"
             };

Synopsis

Constructors

AlarmProperty()

The Alarm property type specifies a CloudWatch alarm to use for an AWS CodeDeploy deployment group.

Properties

Name

The name of the alarm.

Constructors

AlarmProperty()

The Alarm property type specifies a CloudWatch alarm to use for an AWS CodeDeploy deployment group.

public AlarmProperty()
Remarks

The Alarm property of the CodeDeploy DeploymentGroup AlarmConfiguration property contains a list of Alarm property types.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarm.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.CodeDeploy.Mixins;

             var alarmProperty = new AlarmProperty {
                 Name = "name"
             };

Properties

Name

The name of the alarm.

public string? Name { get; set; }
Property Value

string

Remarks

Maximum length is 255 characters. Each alarm name can be used only once in a list of alarms.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-alarm.html#cfn-codedeploy-deploymentgroup-alarm-name

Implements

CfnDeploymentGroupPropsMixin.IAlarmProperty
Back to top Generated by DocFX