Show / Hide Table of Contents

Class ProjectTemplateConfigValue

A placeholder config value for a project template.

Inheritance
object
ProjectTemplateConfigValue
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 ProjectTemplateConfigValue

Properties

View Source

Default

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

Description

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

Secret

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