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