Method: Aws::CodeDeploy::Types::AutoScalingGroup#hook

Defined in:
lib/aws-sdk-codedeploy/types.rb

#hookString

The name of the launch hook that CodeDeploy installed into the Auto Scaling group.

For more information about the launch hook, see [How Amazon EC2 Auto Scaling works with CodeDeploy] in the *CodeDeploy User Guide*.

[1]: docs.aws.amazon.com/codedeploy/latest/userguide/integrations-aws-auto-scaling.html#integrations-aws-auto-scaling-behaviors

Returns:

  • (String)


255
256
257
258
259
260
261
# File 'lib/aws-sdk-codedeploy/types.rb', line 255

class AutoScalingGroup < Struct.new(
  :name,
  :hook,
  :termination_hook)
  SENSITIVE = []
  include Aws::Structure
end