1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AppEngineEventBatch

AppEngineEventBatch

    EngineEventBatch is a group of engine events.

    Properties

    • events array[AppEngineEvent] required
      List of events
    • sequence integer required

      Sequence is a unique, and monotonically increasing number for each engine event sent to the Pulumi Service. Since events may be sent concurrently, and/or delayed via network routing, the sequence number is to ensure events can be placed into a total ordering.

      • No two events can have the same sequence number.
      • Events with a lower sequence number must have been emitted before those with a higher sequence number.
    • timestamp integer required
      Timestamp is a Unix timestamp (seconds) of when the event was emitted.
    • cancelEvent AppCancelEvent optional
      The cancel event
    • stdoutEvent AppStdoutEngineEvent optional
      The stdout event
    • diagnosticEvent AppDiagnosticEvent optional
      The diagnostic event
    • preludeEvent AppPreludeEvent optional
      The prelude event
    • summaryEvent AppSummaryEvent optional
      The summary event
    • resourcePreEvent AppResourcePreEvent optional
      The resource pre event
    • resOutputsEvent AppResOutputsEvent optional
      The res outputs event
    • resOpFailedEvent AppResOpFailedEvent optional
      The res op failed event
    • policyEvent AppPolicyEvent optional
      The policy event
    • policyRemediationEvent AppPolicyRemediationEvent optional
      The policy remediation event
    • policyLoadEvent AppPolicyLoadEvent optional
      The policy load event
    • policyAnalyzeSummaryEvent AppPolicyAnalyzeSummaryEvent optional
      The policy analyze summary event
    • policyRemediateSummaryEvent AppPolicyRemediateSummaryEvent optional
      The policy remediate summary event
    • policyAnalyzeStackSummaryEvent AppPolicyAnalyzeStackSummaryEvent optional
      The policy analyze stack summary event
    • startDebuggingEvent AppStartDebuggingEvent optional
      The start debugging event
    • progressEvent AppProgressEvent optional
      The progress event
    • errorEvent AppErrorEvent optional
      The error event