Class UpOptions
Assembly: Pulumi.Automation.dll
Syntax
public sealed class UpOptions : UpdateOptions
Properties
View Source
ContinueOnError
Continue to perform the update operation despite the occurrence of errors.
Declaration
public bool? ContinueOnError { get; set; }
Property Value
View Source
Diff
Declaration
public bool? Diff { get; set; }
Property Value
View Source
ExcludeDependents
Declaration
public bool? ExcludeDependents { get; set; }
Property Value
View Source
ExpectNoChanges
Declaration
public bool? ExpectNoChanges { get; set; }
Property Value
View Source
Logger
A custom logger instance that will be used for the action. Note that it will only be used
if Program is also provided.
Declaration
public ILogger? Logger { get; set; }
Property Value
View Source
Plan
Plan specifies the path to an update plan to use for the update.
Declaration
public string? Plan { get; set; }
Property Value
View Source
Program
Declaration
public PulumiFn? Program { get; set; }
Property Value
View Source
Refresh
Refresh the state of the stack's resources before this update.
Declaration
public bool? Refresh { get; set; }
Property Value
View Source
Replace
Declaration
public List<string>? Replace { get; set; }
Property Value
View Source
ShowReads
Show resources that are being read in, alongside those being managed directly in the stack.
Declaration
public bool? ShowReads { get; set; }
Property Value
View Source
ShowSecrets
Show config secrets when they appear.
Declaration
public bool? ShowSecrets { get; set; }
Property Value
View Source
TargetDependents
Declaration
public bool? TargetDependents { get; set; }
Property Value