Class: Aws::AppConfig::Types::DeploymentEvent

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

Overview

An object that describes a deployment event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_invocationsArray<Types::ActionInvocation>

The list of extensions that were invoked as part of the deployment.

Returns:



1076
1077
1078
1079
1080
1081
1082
1083
1084
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1076

class DeploymentEvent < Struct.new(
  :event_type,
  :triggered_by,
  :description,
  :action_invocations,
  :occurred_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the deployment event. Descriptions include, but are not limited to, the following:

  • The Amazon Web Services account or the Amazon CloudWatch alarm ARN that initiated a rollback.

  • The percentage of hosts that received the deployment.

  • A recommendation to attempt a new deployment (in the case of an internal error).

Returns:

  • (String)


1076
1077
1078
1079
1080
1081
1082
1083
1084
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1076

class DeploymentEvent < Struct.new(
  :event_type,
  :triggered_by,
  :description,
  :action_invocations,
  :occurred_at)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeString

The type of deployment event. Deployment event types include the start, stop, or completion of a deployment; a percentage update; the start or stop of a bake period; and the start or completion of a rollback.

Returns:

  • (String)


1076
1077
1078
1079
1080
1081
1082
1083
1084
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1076

class DeploymentEvent < Struct.new(
  :event_type,
  :triggered_by,
  :description,
  :action_invocations,
  :occurred_at)
  SENSITIVE = []
  include Aws::Structure
end

#occurred_atTime

The date and time the event occurred.

Returns:

  • (Time)


1076
1077
1078
1079
1080
1081
1082
1083
1084
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1076

class DeploymentEvent < Struct.new(
  :event_type,
  :triggered_by,
  :description,
  :action_invocations,
  :occurred_at)
  SENSITIVE = []
  include Aws::Structure
end

#triggered_byString

The entity that triggered the deployment event. Events can be triggered by a user, AppConfig, an Amazon CloudWatch alarm, or an internal error.

Returns:

  • (String)


1076
1077
1078
1079
1080
1081
1082
1083
1084
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1076

class DeploymentEvent < Struct.new(
  :event_type,
  :triggered_by,
  :description,
  :action_invocations,
  :occurred_at)
  SENSITIVE = []
  include Aws::Structure
end