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

    Interface ResourcePackage

    A ResourcePackage is a type that understands how to construct resource providers given a name, type, args, and URN.

    interface ResourcePackage {
        version?: string;
        constructProvider(
            name: string,
            type: string,
            urn: string,
        ): ProviderResource;
    }
    Index

    Properties

    Methods

    Properties

    version?: string

    Methods