Interface CfnAlarmMuteRule.IRuleProperty
The rule for the mute.
Namespace: Amazon.CDK.AWS.CloudWatch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAlarmMuteRule.IRuleProperty
Syntax (vb)
Public Interface CfnAlarmMuteRule.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.AWS.CloudWatch;
var ruleProperty = new RuleProperty {
Schedule = new ScheduleProperty {
Duration = "duration",
Expression = "expression",
// the properties below are optional
Timezone = "timezone"
}
};
Synopsis
Properties
| Schedule | Schedule for the mute to be active. |
Properties
Schedule
Schedule for the mute to be active.
object Schedule { get; }