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

StackMetadata

    StackMetadata returns metadata about a stack.

    Properties

    • orgName string required
      The organization that owns the stack.
    • projectName string required
      The project that contains the stack.
    • stackName string required
      The stack name within the project.
    • ownedBy UserInfo required
      The user with ownership of this stack
    • name string required
      The user’s display name.
    • githubLogin string required
      The user’s login name.
    • avatarUrl string required
      The URL of the user’s avatar image.
    • email string optional
      The user’s email address. It is only populated on selected endpoints and is omitted from most responses. Treat it as sensitive information.
    • notificationSettings StackNotificationSettings required
      The notification settings for this stack.
    • notifyUpdateFailure boolean required
      Whether to send a notification when a stack update fails.
    • notifyUpdateSuccess boolean required
      Whether to send a notification when a stack update succeeds.

      The infrastructure as code platform for any cloud.