Show / Hide Table of Contents

Class UpdateOptions

Common options controlling the behavior of update actions taken against an instance of WorkspaceStack.

Inheritance
object
UpdateOptions
DestroyOptions
PreviewOptions
RefreshOptions
UpOptions
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 UpdateOptions

Properties

View Source

Color

Colorize output. Choices are: always, never, raw, auto (default "auto")

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

Debug

Print detailed debugging output during resource operations

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

Json

Format standard output as JSON not text.

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

LogFlow

Flow log settings to child processes (like plugins)

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

LogToStdErr

Log to stderr instead of to files

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

LogVerbosity

Enable verbose logging (e.g., v=3); anything >3 is very verbose

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

Message

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

OnEvent

Optional callback which is invoked with the engine events

Declaration
public Action<EngineEvent>? OnEvent { get; set; }
Property Value
Type Description
Action<EngineEvent>
View Source

OnStandardError

Optional callback which is invoked whenever StandardError is written into

Declaration
public Action<string>? OnStandardError { get; set; }
Property Value
Type Description
Action<string>
View Source

OnStandardOutput

Optional callback which is invoked whenever StandardOutput is written into

Declaration
public Action<string>? OnStandardOutput { get; set; }
Property Value
Type Description
Action<string>
View Source

Parallel

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

PolicyPackConfigs

Declaration
public List<string>? PolicyPackConfigs { get; set; }
Property Value
Type Description
List<string>
View Source

PolicyPacks

Declaration
public List<string>? PolicyPacks { get; set; }
Property Value
Type Description
List<string>
View Source

Target

Declaration
public List<string>? Target { get; set; }
Property Value
Type Description
List<string>
View Source

Tracing

Emit tracing to the specified endpoint. Use the file: scheme to write tracing data to a local file

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