AWS::OpsWorks::Layer Recipes
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "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