You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Synthetics::Types::CanaryCodeOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

This structure contains information about the canary's Lambda handler and where its code is stored by CloudWatch Synthetics.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#handlerString

The entry point to use for the source code when running the canary.

Returns:

  • (String)

    The entry point to use for the source code when running the canary.

#source_location_arnString

The ARN of the Lambda layer where Synthetics stores the canary script code.

Returns:

  • (String)

    The ARN of the Lambda layer where Synthetics stores the canary script code.