Class: Aws::CodeDeploy::Types::PutLifecycleEventHookExecutionStatusInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

The unique ID of a deployment. Pass this ID to a Lambda function that validates a deployment lifecycle event.

Returns:

  • (String)


4214
4215
4216
4217
4218
4219
4220
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4214

class PutLifecycleEventHookExecutionStatusInput < Struct.new(
  :deployment_id,
  :lifecycle_event_hook_execution_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycle_event_hook_execution_idString

The execution ID of a deployment's lifecycle hook. A deployment lifecycle hook is specified in the hooks section of the AppSpec file.

Returns:

  • (String)


4214
4215
4216
4217
4218
4219
4220
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4214

class PutLifecycleEventHookExecutionStatusInput < Struct.new(
  :deployment_id,
  :lifecycle_event_hook_execution_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The result of a Lambda function that validates a deployment lifecycle event. The values listed in Valid Values are valid for lifecycle statuses in general; however, only Succeeded and Failed can be passed successfully in your API call.

Returns:

  • (String)


4214
4215
4216
4217
4218
4219
4220
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4214

class PutLifecycleEventHookExecutionStatusInput < Struct.new(
  :deployment_id,
  :lifecycle_event_hook_execution_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end