AppEngineEventBatch
EngineEventBatch is a group of engine events.
Properties
- List of events
- ↳
sequenceinteger requiredSequence 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.
- ↳
timestampinteger requiredTimestamp is a Unix timestamp (seconds) of when the event was emitted. - The cancel event
- The stdout event
- The diagnostic event
- The prelude event
- The summary event
- The resource pre event
- The res outputs event
- The res op failed event
- The policy event
- The policy remediation event
- The policy load event
- The policy analyze summary event
- The policy remediate summary event
- The policy analyze stack summary event
- The start debugging event
- The progress event
- The error event
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.