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

    Interface ResourceModule

    A ResourceModule is a type that understands how to construct resources given a name, type, args, and URN.

    interface ResourceModule {
        version?: string;
        construct(name: string, type: string, urn: string): Resource;
    }
    Index
    version?: string