Class CfnAlarmMuteRulePropsMixin.RuleProperty
The rule for the mute.
Implements
Inherited Members
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
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
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; }