@pulumi/pulumi
    Preparing search index...

    Interface ResOutputsEvent

    An event emitted when a resource is finished being provisioned.

    interface ResOutputsEvent {
        metadata: StepEventMetadata;
        planning?: boolean;
    }
    Index

    Properties

    Properties

    Metadata for the event.

    planning?: boolean