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

    Interface ConstructResult

    ConstructResult represents the results of a call to ResourceProvider.construct.

    interface ConstructResult {
        state: Inputs;
        urn: Input<string>;
    }
    Index

    Properties

    Properties

    state: Inputs

    Any state that was computed during construction.

    urn: Input<string>

    The URN of the constructed resource.