Interface CfnLogAlarmPropsMixin.ScheduleConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLogAlarmPropsMixin.ScheduleConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnLogAlarmPropsMixin
@Stability(Stable)
public static interface CfnLogAlarmPropsMixin.ScheduleConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The schedule configuration for the scheduled query.
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.*;
ScheduleConfigurationProperty scheduleConfigurationProperty = ScheduleConfigurationProperty.builder()
.endTimeOffset(123)
.scheduleExpression("scheduleExpression")
.startTimeOffset(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLogAlarmPropsMixin.ScheduleConfigurationPropertystatic final classAn implementation forCfnLogAlarmPropsMixin.ScheduleConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEndTimeOffset
The number of seconds into the past to end the query window.- See Also:
-
getScheduleExpression
The expression that defines when the scheduled query runs, e.g. rate(1 minute).- See Also:
-
getStartTimeOffset
The number of seconds into the past to start the query window.- See Also:
-
builder
-