AWS::Synthetics::Canary Dependency - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 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