Interface CfnServiceLevelObjective.RecurrenceRuleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnServiceLevelObjective.RecurrenceRuleProperty.Jsii$Proxy
- Enclosing class:
CfnServiceLevelObjective
@Stability(Stable)
public static interface CfnServiceLevelObjective.RecurrenceRuleProperty
extends software.amazon.jsii.JsiiSerializable
The recurrence rule for the SLO time window exclusion .
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.applicationsignals.*;
RecurrenceRuleProperty recurrenceRuleProperty = RecurrenceRuleProperty.builder()
.expression("expression")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnServiceLevelObjective.RecurrenceRulePropertystatic final classAn implementation forCfnServiceLevelObjective.RecurrenceRuleProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()A cron or rate expression that specifies the schedule for the exclusion window.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExpression
A cron or rate expression that specifies the schedule for the exclusion window.- See Also:
-
builder
-