AWS::Synthetics::Canary Dependency - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::Synthetics::Canary Dependency

A structure that contains information about a dependency for a canary.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Reference" : String, "Type" : String }

YAML

Reference: String Type: String

Properties

Reference

The dependency reference. For Lambda layers, this is the ARN of the Lambda layer. For more information about Lambda ARN format, see Lambda.

Required: Yes

Type: String

Pattern: arn:[a-zA-Z0-9-]+:lambda:[a-zA-Z0-9-]+:\d{12}:layer:[a-zA-Z0-9-_]+:[0-9]+

Minimum: 1

Maximum: 140

Update requires: No interruption

Type

The type of dependency. Valid value is LambdaLayer.

Required: No

Type: String

Allowed values: LambdaLayer

Update requires: No interruption