Interface CfnAlarmMuteRulePropsMixin.ScheduleProperty

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

@Stability(Stable) public static interface CfnAlarmMuteRulePropsMixin.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.cfnpropertymixins.services.cloudwatch.*;
 ScheduleProperty scheduleProperty = ScheduleProperty.builder()
         .duration("duration")
         .expression("expression")
         .timezone("timezone")
         .build();
 

See Also: