Show / Hide Table of Contents

Class CfnAlarmMuteRulePropsMixin.RuleProperty

The rule for the mute.

Inheritance
object
CfnAlarmMuteRulePropsMixin.RuleProperty
Implements
CfnAlarmMuteRulePropsMixin.IRuleProperty
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.CloudWatch.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAlarmMuteRulePropsMixin.RuleProperty : CfnAlarmMuteRulePropsMixin.IRuleProperty
Syntax (vb)
Public Class CfnAlarmMuteRulePropsMixin.RuleProperty Implements CfnAlarmMuteRulePropsMixin.IRuleProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarmmuterule-rule.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.CloudWatch.Mixins;

             var ruleProperty = new RuleProperty {
                 Schedule = new ScheduleProperty {
                     Duration = "duration",
                     Expression = "expression",
                     Timezone = "timezone"
                 }
             };

Synopsis

Constructors

RuleProperty()

The rule for the mute.

Properties

Schedule

Schedule for the mute to be active.

Constructors

RuleProperty()

The rule for the mute.

public RuleProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarmmuterule-rule.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.CloudWatch.Mixins;

             var ruleProperty = new RuleProperty {
                 Schedule = new ScheduleProperty {
                     Duration = "duration",
                     Expression = "expression",
                     Timezone = "timezone"
                 }
             };

Properties

Schedule

Schedule for the mute to be active.

public object? Schedule { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarmmuterule-rule.html#cfn-cloudwatch-alarmmuterule-rule-schedule

Type union: either IResolvable or CfnAlarmMuteRulePropsMixin.IScheduleProperty

Implements

CfnAlarmMuteRulePropsMixin.IRuleProperty
Back to top Generated by DocFX