Show / Hide Table of Contents

Class CfnApplicationPropsMixin.AlarmProperty

The AWS::ApplicationInsights::Application Alarm property type defines a CloudWatch alarm to be monitored for the component.

Inheritance
object
CfnApplicationPropsMixin.AlarmProperty
Implements
CfnApplicationPropsMixin.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.ApplicationInsights.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnApplicationPropsMixin.AlarmProperty : CfnApplicationPropsMixin.IAlarmProperty
Syntax (vb)
Public Class CfnApplicationPropsMixin.AlarmProperty Implements CfnApplicationPropsMixin.IAlarmProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-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.ApplicationInsights.Mixins;

             var alarmProperty = new AlarmProperty {
                 AlarmName = "alarmName",
                 Severity = "severity"
             };

Synopsis

Constructors

AlarmProperty()

The AWS::ApplicationInsights::Application Alarm property type defines a CloudWatch alarm to be monitored for the component.

Properties

AlarmName

The name of the CloudWatch alarm to be monitored for the component.

Severity

Indicates the degree of outage when the alarm goes off.

Constructors

AlarmProperty()

The AWS::ApplicationInsights::Application Alarm property type defines a CloudWatch alarm to be monitored for the component.

public AlarmProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-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.ApplicationInsights.Mixins;

             var alarmProperty = new AlarmProperty {
                 AlarmName = "alarmName",
                 Severity = "severity"
             };

Properties

AlarmName

The name of the CloudWatch alarm to be monitored for the component.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-alarm.html#cfn-applicationinsights-application-alarm-alarmname

Severity

Indicates the degree of outage when the alarm goes off.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-alarm.html#cfn-applicationinsights-application-alarm-severity

Implements

CfnApplicationPropsMixin.IAlarmProperty
Back to top Generated by DocFX