Skip to main content
Pulumi logo Pulumi logo
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. EscTrace

EscTrace

    Trace holds information about the expression and base of a value.

    Properties

    • def EscRange required
      Def is the range of the expression that computed a value.
    • environment string optional
      The name of the environment.
    • begin EscPos required
      The beginning of the range.
    • end EscPos required
      The end of the range.
    • base EscValue optional
      Base is the base value with which a value was merged.
    • value object optional
      Value holds the concrete representation of the value. May be nil, bool, json.Number, string, []Value, or map[string]Value.
    • secret boolean optional
      Secret is true if this value is secret.
    • unknown boolean optional
      Unknown is true if this value is unknown.
    • trace EscTrace required
      Trace holds information about the expression that computed this value and the value (if any) with which it was merged.

      The infrastructure as code platform for any cloud.