Show / Hide Table of Contents

Class ResourcePreEvent

ResourcePreEvent is emitted before a resource is modified.

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

Properties

View Source

Metadata

Declaration
public StepEventMetadata Metadata { get; }
Property Value
Type Description
StepEventMetadata
View Source

Planning

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