CanaryReference

class aws_cdk.aws_synthetics.CanaryReference(*, canary_name)

Bases: object

A reference to a Canary resource.

Parameters:

canary_name (str) – The Name of the Canary resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_synthetics as synthetics

canary_reference = synthetics.CanaryReference(
    canary_name="canaryName"
)

Attributes

canary_name

The Name of the Canary resource.