OBJECT

ValidationResult

The result of a Validate call.

link GraphQL Schema definition

  • type ValidationResult {
  • # The logs output by the Validate call.
  • logs: String!
  • # The result of the Validate call.
  • result: AWSJSON
  • # Any output to stdout during the execution of the Validate call.
  • stdout: String!
  • }