Show / Hide Table of Contents

Class ProjectSettings

A Pulumi project manifest. It describes metadata applying to all sub-stacks created from the project.

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

Constructors

View Source

ProjectSettings(string, ProjectRuntime)

Declaration
public ProjectSettings(string name, ProjectRuntime runtime)
Parameters
Type Name Description
string name
ProjectRuntime runtime
View Source

ProjectSettings(string, ProjectRuntimeName)

Declaration
public ProjectSettings(string name, ProjectRuntimeName runtime)
Parameters
Type Name Description
string name
ProjectRuntimeName runtime

Properties

View Source

Author

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

Backend

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

Config

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

Description

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

License

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

Main

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

Name

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

Runtime

Declaration
public ProjectRuntime Runtime { get; set; }
Property Value
Type Description
ProjectRuntime
View Source

Template

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

Website

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