Interface CfnAlarmMuteRule.ScheduleProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAlarmMuteRule.ScheduleProperty.Jsii$Proxy
Enclosing class:
CfnAlarmMuteRule

@Stability(Stable) public static interface CfnAlarmMuteRule.ScheduleProperty extends software.amazon.jsii.JsiiSerializable
Schedule for the mute to be active.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.cloudwatch.*;
 ScheduleProperty scheduleProperty = ScheduleProperty.builder()
         .duration("duration")
         .expression("expression")
         // the properties below are optional
         .timezone("timezone")
         .build();
 

See Also: