| Package | Description |
|---|---|
| software.amazon.awscdk.services.synthetics |
Amazon CloudWatch Synthetics Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static Schedule |
Schedule.expression(String expression)
(experimental) Construct a schedule from a literal schedule expression.
|
default Schedule |
CanaryProps.getSchedule()
(experimental) Specify the schedule for how often the canary runs.
|
Schedule |
CanaryProps.Jsii$Proxy.getSchedule() |
static Schedule |
Schedule.once()
(experimental) The canary will be executed once.
|
static Schedule |
Schedule.rate(Duration interval)
(experimental) Construct a schedule from an interval.
|
| Modifier and Type | Method and Description |
|---|---|
CanaryProps.Builder |
CanaryProps.Builder.schedule(Schedule schedule)
Sets the value of
CanaryProps.getSchedule() |
Canary.Builder |
Canary.Builder.schedule(Schedule schedule)
(experimental) Specify the schedule for how often the canary runs.
|
| Constructor and Description |
|---|
Jsii$Proxy(Runtime runtime,
Test test,
ArtifactsBucketLocation artifactsBucketLocation,
String canaryName,
Duration failureRetentionPeriod,
IRole role,
Schedule schedule,
Boolean startAfterCreation,
Duration successRetentionPeriod,
Duration timeToLive)
Constructor that initializes the object based on literal property values passed by the
CanaryProps.Builder. |
Copyright © 2021. All rights reserved.