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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAlarmMuteRule.SchedulePropertystatic final classAn implementation forCfnAlarmMuteRule.ScheduleProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDuration
The duration of the schedule when it triggers.- See Also:
-
getExpression
The expression of the schedule.- See Also:
-
getTimezone
The timezone of the schedule.- See Also:
-
builder
-