Show / Hide Table of Contents

Class PreviewOptions

Options controlling the behavior of an PreviewAsync(PreviewOptions?, CancellationToken) operation.

Inheritance
object
UpdateOptions
PreviewOptions
Inherited Members
UpdateOptions.Parallel
UpdateOptions.Message
UpdateOptions.Target
UpdateOptions.Exclude
UpdateOptions.PolicyPacks
UpdateOptions.PolicyPackConfigs
UpdateOptions.OnStandardOutput
UpdateOptions.OnStandardError
UpdateOptions.OnEvent
UpdateOptions.Color
UpdateOptions.LogFlow
UpdateOptions.LogVerbosity
UpdateOptions.LogToStdErr
UpdateOptions.Tracing
UpdateOptions.Debug
UpdateOptions.Json
UpdateOptions.ConfigFile
UpdateOptions.Profiling
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public sealed class PreviewOptions : UpdateOptions

Properties

View Source

Diff

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

ExcludeDependents

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

ExpectNoChanges

Declaration
public bool? ExpectNoChanges { get; set; }
Property Value
Type Description
bool?
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
Type Description
ILogger
View Source

Plan

Plan specifies the path where the update plan should be saved.

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

Program

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

Refresh

Refresh the state of the stack's resources before this preview.

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

Replace

Declaration
public List<string>? Replace { get; set; }
Property Value
Type Description
List<string>
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
Type Description
bool?
View Source

TargetDependents

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