| Package | Description |
|---|---|
| software.amazon.awscdk.services.synthetics |
Amazon CloudWatch Synthetics Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static Test |
Test.custom(CustomTestOptions options)
(experimental) Specify a custom test with your own code.
|
Test |
CanaryProps.getTest()
(experimental) The type of test that you want your canary to run.
|
Test |
CanaryProps.Jsii$Proxy.getTest() |
| Modifier and Type | Method and Description |
|---|---|
CanaryProps.Builder |
CanaryProps.Builder.test(Test test)
Sets the value of
CanaryProps.getTest() |
Canary.Builder |
Canary.Builder.test(Test test)
(experimental) The type of test that you want your canary to run.
|
| 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.