interface CanaryReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Synthetics.CanaryReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssynthetics#CanaryReference |
![]() | software.amazon.awscdk.services.synthetics.CanaryReference |
![]() | aws_cdk.aws_synthetics.CanaryReference |
![]() | aws-cdk-lib » aws_synthetics » CanaryReference |
A reference to a Canary resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_synthetics as synthetics } from 'aws-cdk-lib';
const canaryReference: synthetics.CanaryReference = {
canaryName: 'canaryName',
};
Properties
Name | Type | Description |
---|---|---|
canary | string | The Name of the Canary resource. |
canaryName
Type:
string
The Name of the Canary resource.