DeploymentEvent class

An object that describes a deployment event.

Constructors

DeploymentEvent({String? description, DeploymentEventType? eventType, DateTime? occurredAt, TriggeredBy? triggeredBy})
DeploymentEvent.fromJson(Map<String, dynamic> json)
factory

Properties

description String?
A description of the deployment event. Descriptions include, but are not limited to, the user account or the CloudWatch alarm ARN that initiated a rollback, the percentage of hosts that received the deployment, or in the case of an internal error, a recommendation to attempt a new deployment.
final
eventType DeploymentEventType?
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; the start or completion of a rollback.
final
hashCode int
The hash code for this object.
no setterinherited
occurredAt DateTime?
The date and time the event occurred.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
triggeredBy TriggeredBy?
The entity that triggered the deployment event. Events can be triggered by a user, AWS AppConfig, an Amazon CloudWatch alarm, or an internal error.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited