Show / Hide Table of Contents

Class ProjectTemplate

A template used to seed new stacks created from this project.

Inheritance
object
ProjectTemplate
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public class ProjectTemplate

Properties

View Source

Config

Declaration
public IDictionary<string, ProjectTemplateConfigValue>? Config { get; set; }
Property Value
Type Description
IDictionary<string, ProjectTemplateConfigValue>
View Source

Description

Declaration
public string? Description { get; set; }
Property Value
Type Description
string
View Source

Important

Declaration
public bool? Important { get; set; }
Property Value
Type Description
bool?
View Source

QuickStart

Declaration
public string? QuickStart { get; set; }
Property Value
Type Description
string
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.