AWS::OpsWorks::Layer ShutdownEventConfiguration
The Shutdown event configuration.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DelayUntilElbConnectionsDrained" :Boolean, "ExecutionTimeout" :Integer}
YAML
DelayUntilElbConnectionsDrained:BooleanExecutionTimeout:Integer
Properties
DelayUntilElbConnectionsDrained-
Whether to enable Elastic Load Balancing connection draining. For more information, see Connection Draining
Required: No
Type: Boolean
Update requires: No interruption
ExecutionTimeout-
The time, in seconds, that Amazon OpsWorks Stacks waits after triggering a Shutdown event before shutting down an instance.
Required: No
Type: Integer
Update requires: No interruption