Show / Hide Table of Contents

Class ResourceOutputsEvent

ResourceOutputsEvent is emitted when a resource is finished being provisioned.

Inheritance
object
ResourceOutputsEvent
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 ResourceOutputsEvent

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.