Show / Hide Table of Contents

Class ResourceHookOptions

Options for registering a ResourceHook.

Inheritance
object
ResourceHookOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public class ResourceHookOptions

Properties

View Source

OnDryRun

Run the hook during dry-run (preview) operations. Defaults to false.

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