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

StackTag

    StackTag holds the name and value of a single stack tag.

    Properties

    • name enum required
      The tag key, which must conform to the stack tag naming rules.
      Values: pulumi:project, pulumi:runtime, pulumi:description, pulumi:template, vcs:owner, vcs:repo, vcs:kind, vcs:root
    • value string required
      The tag value associated with this key.