Uses of Interface
software.amazon.awscdk.services.synthetics.CfnCanary.ScheduleProperty
Package
Description
Amazon CloudWatch Synthetics Construct Library
-
Uses of CfnCanary.ScheduleProperty in software.amazon.awscdk.services.synthetics
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnCanary.ScheduleProperty
Modifier and TypeMethodDescriptionCfnCanary.ScheduleProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnCanary.Builder.schedule
(CfnCanary.ScheduleProperty schedule) A structure that contains information about how often the canary is to run, and when these runs are to stop.CfnCanaryProps.Builder.schedule
(CfnCanary.ScheduleProperty schedule) Sets the value ofCfnCanaryProps.getSchedule()
void
CfnCanary.setSchedule
(CfnCanary.ScheduleProperty value) A structure that contains information about how often the canary is to run, and when these runs are to stop.