PulumiStackConfigSettings Class

graph BT Type-->Base0["PulumiStackSettings"] click Base0 "/api/Cake.Pulumi/PulumiStackSettings" Base0-->Base1["PulumiSettings"] click Base1 "/api/Cake.Pulumi/PulumiSettings" Base1-->Base2["ToolSettings"] Type["PulumiStackConfigSettings"] class Type type-node Derived0["PulumiPreviewSettings"]-->Type click Derived0 "/api/Cake.Pulumi/PulumiPreviewSettings" Derived1["PulumiUpSettings"]-->Type click Derived1 "/api/Cake.Pulumi/PulumiUpSettings" Derived2["PulumiChangeSummarySettings"]-->Type click Derived2 "/api/Cake.Pulumi/PulumiChangeSummarySettings" Derived3["PulumiStackOutputSettings"]-->Type click Derived3 "/api/Cake.Pulumi/PulumiStackOutputSettings"

Syntax

public class PulumiStackConfigSettings : PulumiStackSettings

Constructors

Properties

Name Value Summary
Config IDictionary<string, string>
PulumiAccessToken string
Inherited from PulumiSettings
PulumiConfigPassphrase string
Inherited from PulumiSettings
Stack string
Inherited from PulumiStackSettings
Verbose bool
Inherited from PulumiSettings

Extension Methods

Name Value Summary
Dump<PulumiStackConfigSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<PulumiStackConfigSettings>(PulumiStackConfigSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<PulumiStackConfigSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<PulumiStackConfigSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<PulumiStackConfigSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<PulumiStackConfigSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin