Class ResourceHookOptions
Options for registering a ResourceHook.
Inherited Members
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public class ResourceHookOptions
Properties
View SourceIgnoreErrors
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? |
OnDryRun
Run the hook during dry-run (preview) operations. Defaults to false.
Declaration
public bool? OnDryRun { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |