See: Description
| Interface | Description |
|---|---|
| CfnCanary.ArtifactConfigProperty |
A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3 .
|
| CfnCanary.BaseScreenshotProperty |
A structure representing a screenshot that is used as a baseline during visual monitoring comparisons made by the canary.
|
| CfnCanary.CodeProperty |
Use this structure to input your script code for the canary.
|
| CfnCanary.RunConfigProperty |
A structure that contains input information for a canary run.
|
| CfnCanary.S3EncryptionProperty |
A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3 .
|
| CfnCanary.ScheduleProperty |
This structure specifies how often a canary is to make runs and the date and time when it should stop making runs.
|
| CfnCanary.VisualReferenceProperty |
Defines the screenshots to use as the baseline for comparisons during visual monitoring comparisons during future runs of this canary.
|
| CfnCanary.VPCConfigProperty |
If this canary is to test an endpoint in a VPC, this structure contains information about the subnet and security groups of the VPC endpoint.
|
| CfnCanaryProps |
Properties for defining a `CfnCanary`.
|
| CfnGroupProps |
Properties for defining a `CfnGroup`.
|
This module is part of the AWS Cloud Development Kit project.
import software.amazon.awscdk.services.synthetics.*;
There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:
An experimental construct library for this service is available in preview. Since it is not stable yet, it is distributed as a separate package so that you can pin its version independently of the rest of the CDK. See the package:
@aws-cdk/aws-synthetics-alpha
There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.
For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::Synthetics.
(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)
Copyright © 2022. All rights reserved.