The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::OpsWorks::Recipes

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::OpsWorks::Recipes object:

  $service_obj->Method(Att1 => { Configure => $value, ..., Undeploy => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::OpsWorks::Recipes object:

  $result = $service_obj->Method(...);
  $result->Att1->Configure

DESCRIPTION

AWS OpsWorks Stacks supports five lifecycle events: setup, configuration, deploy, undeploy, and shutdown. For each layer, AWS OpsWorks Stacks runs a set of standard recipes for each event. In addition, you can provide custom recipes for any or all layers and events. AWS OpsWorks Stacks runs custom event recipes after the standard recipes. LayerCustomRecipes specifies the custom recipes for a particular layer to be run in response to each of the five events.

To specify a recipe, use the cookbook's directory name in the repository followed by two colons and the recipe name, which is the recipe's file name without the .rb extension. For example: phpapp2::dbsetup specifies the dbsetup.rb recipe in the repository's phpapp2 folder.

ATTRIBUTES

Configure => ArrayRef[Str|Undef]

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

Deploy => ArrayRef[Str|Undef]

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

Setup => ArrayRef[Str|Undef]

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

Shutdown => ArrayRef[Str|Undef]

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

Undeploy => ArrayRef[Str|Undef]

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

SEE ALSO

This class forms part of Paws, describing an object used in Paws::OpsWorks

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues