| Package | Description |
|---|---|
| software.amazon.awscdk.services.synthetics |
Amazon CloudWatch Synthetics Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static Runtime |
Runtime.SYNTHETICS_1_0
(experimental) `syn-1.0` includes the following:.
|
static Runtime |
Runtime.SYNTHETICS_NODEJS_2_0
(experimental) `syn-nodejs-2.0` includes the following: - Lambda runtime Node.js 10.x - Puppeteer-core version 3.3.0 - Chromium version 83.0.4103.0.
|
static Runtime |
Runtime.SYNTHETICS_NODEJS_2_1
(experimental) `syn-nodejs-2.1` includes the following: - Lambda runtime Node.js 10.x - Puppeteer-core version 3.3.0 - Chromium version 83.0.4103.0.
|
static Runtime |
Runtime.SYNTHETICS_NODEJS_2_2
(experimental) `syn-nodejs-2.2` includes the following: - Lambda runtime Node.js 10.x - Puppeteer-core version 3.3.0 - Chromium version 83.0.4103.0.
|
static Runtime |
Runtime.SYNTHETICS_NODEJS_PUPPETEER_3_0
(experimental) `syn-nodejs-puppeteer-3.0` includes the following: - Lambda runtime Node.js 12.x - Puppeteer-core version 5.5.0 - Chromium version 88.0.4298.0.
|
| Modifier and Type | Method and Description |
|---|---|
Runtime |
CanaryProps.getRuntime()
(experimental) Specify the runtime version to use for the canary.
|
Runtime |
CanaryProps.Jsii$Proxy.getRuntime() |
| Modifier and Type | Method and Description |
|---|---|
CanaryProps.Builder |
CanaryProps.Builder.runtime(Runtime runtime)
Sets the value of
CanaryProps.getRuntime() |
Canary.Builder |
Canary.Builder.runtime(Runtime runtime)
(experimental) Specify the runtime version to use for the canary.
|
| 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.