DeploymentEvent

public struct DeploymentEvent : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let description: 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; the start or completion of a rollback.

    Declaration

    Swift

    public let eventType: DeploymentEventType?
  • The date and time the event occurred.

    Declaration

    Swift

    public let occurredAt: TimeStamp?
  • The entity that triggered the deployment event. Events can be triggered by a user, AWS AppConfig, an Amazon CloudWatch alarm, or an internal error.

    Declaration

    Swift

    public let triggeredBy: TriggeredBy?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, eventType: DeploymentEventType? = nil, occurredAt: TimeStamp? = nil, triggeredBy: TriggeredBy? = nil)