AWS::OpsWorks::Layer Recipes - 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).

AWS::OpsWorks::Layer Recipes

Syntax

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

JSON

{ "Configure" : [ String, ... ], "Deploy" : [ String, ... ], "Setup" : [ String, ... ], "Shutdown" : [ String, ... ], "Undeploy" : [ String, ... ] }

YAML

Configure: - String Deploy: - String Setup: - String Shutdown: - String Undeploy: - String

Properties

Configure

An array of custom recipe names to be run following a configure event.

Required: No

Type: Array of String

Update requires: No interruption

Deploy

An array of custom recipe names to be run following a deploy event.

Required: No

Type: Array of String

Update requires: No interruption

Setup

An array of custom recipe names to be run following a setup event.

Required: No

Type: Array of String

Update requires: No interruption

Shutdown

An array of custom recipe names to be run following a shutdown event.

Required: No

Type: Array of String

Update requires: No interruption

Undeploy

An array of custom recipe names to be run following a undeploy event.

Required: No

Type: Array of String

Update requires: No interruption