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, type, urn): Resource;
}

Properties

Methods

Properties

version?: string

Methods

Generated using TypeDoc