Class: Aws::AppConfig::Types::DeploymentEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::DeploymentEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfig/types.rb
Overview
An object that describes a deployment event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_invocations ⇒ Array<Types::ActionInvocation>
The list of extensions that were invoked as part of the deployment.
-
#description ⇒ String
A description of the deployment event.
-
#event_type ⇒ String
The type of deployment event.
-
#occurred_at ⇒ Time
The date and time the event occurred.
-
#triggered_by ⇒ String
The entity that triggered the deployment event.
Instance Attribute Details
#action_invocations ⇒ Array<Types::ActionInvocation>
The list of extensions that were invoked as part of the deployment.
1206 1207 1208 1209 1210 1211 1212 1213 1214 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1206 class DeploymentEvent < Struct.new( :event_type, :triggered_by, :description, :action_invocations, :occurred_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
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).
1206 1207 1208 1209 1210 1211 1212 1213 1214 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1206 class DeploymentEvent < Struct.new( :event_type, :triggered_by, :description, :action_invocations, :occurred_at) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ String
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.
1206 1207 1208 1209 1210 1211 1212 1213 1214 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1206 class DeploymentEvent < Struct.new( :event_type, :triggered_by, :description, :action_invocations, :occurred_at) SENSITIVE = [] include Aws::Structure end |
#occurred_at ⇒ Time
The date and time the event occurred.
1206 1207 1208 1209 1210 1211 1212 1213 1214 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1206 class DeploymentEvent < Struct.new( :event_type, :triggered_by, :description, :action_invocations, :occurred_at) SENSITIVE = [] include Aws::Structure end |
#triggered_by ⇒ String
The entity that triggered the deployment event. Events can be triggered by a user, AppConfig, an Amazon CloudWatch alarm, or an internal error.
1206 1207 1208 1209 1210 1211 1212 1213 1214 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1206 class DeploymentEvent < Struct.new( :event_type, :triggered_by, :description, :action_invocations, :occurred_at) SENSITIVE = [] include Aws::Structure end |