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

IgnoreErrors

If true, errors from this hook are logged as warnings instead of failing the deployment. Defaults to false.

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

Version 3.107.0

  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.