Show / Hide Table of Contents

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

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.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; }
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 CfnAlarmMuteRule.IScheduleProperty

Back to top Generated by DocFX