@pulumi/pulumi - v3.245.0
    Preparing search index...

    Interface PreludeEvent

    An event emitted at the start of an update.

    interface PreludeEvent {
        config: Record<string, string>;
    }
    Index

    Properties

    Properties

    config: Record<string, string>

    Configuration values that will be used during the update.