| Package | Description |
|---|---|
| software.amazon.awscdk.services.synthetics |
Amazon CloudWatch Synthetics Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ArtifactsBucketLocation.Jsii$Proxy
An implementation for
ArtifactsBucketLocation |
| Modifier and Type | Method and Description |
|---|---|
ArtifactsBucketLocation |
ArtifactsBucketLocation.Builder.build()
Builds the configured instance.
|
default ArtifactsBucketLocation |
CanaryProps.getArtifactsBucketLocation()
(experimental) The s3 location that stores the data of the canary runs.
|
ArtifactsBucketLocation |
CanaryProps.Jsii$Proxy.getArtifactsBucketLocation() |
| Modifier and Type | Method and Description |
|---|---|
CanaryProps.Builder |
CanaryProps.Builder.artifactsBucketLocation(ArtifactsBucketLocation artifactsBucketLocation)
Sets the value of
CanaryProps.getArtifactsBucketLocation() |
Canary.Builder |
Canary.Builder.artifactsBucketLocation(ArtifactsBucketLocation artifactsBucketLocation)
(experimental) The s3 location that stores the data of 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.