@pulumi/pulumi
    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

    Properties

    Methods

    Properties

    version?: string

    Methods