UNPKG

@pulumi/gcp

Version:

A Pulumi package for creating and managing Google Cloud Platform resources.

19 lines 1.49 kB
export { ApiHubInstanceArgs, ApiHubInstanceState } from "./apiHubInstance"; export type ApiHubInstance = import("./apiHubInstance").ApiHubInstance; export declare const ApiHubInstance: typeof import("./apiHubInstance").ApiHubInstance; export { CurationArgs, CurationState } from "./curation"; export type Curation = import("./curation").Curation; export declare const Curation: typeof import("./curation").Curation; export { HostProjectRegistrationArgs, HostProjectRegistrationState } from "./hostProjectRegistration"; export type HostProjectRegistration = import("./hostProjectRegistration").HostProjectRegistration; export declare const HostProjectRegistration: typeof import("./hostProjectRegistration").HostProjectRegistration; export { PluginArgs, PluginState } from "./plugin"; export type Plugin = import("./plugin").Plugin; export declare const Plugin: typeof import("./plugin").Plugin; export { PluginInstanceArgs, PluginInstanceState } from "./pluginInstance"; export type PluginInstance = import("./pluginInstance").PluginInstance; export declare const PluginInstance: typeof import("./pluginInstance").PluginInstance; export { RuntimeProjectAttachmentArgs, RuntimeProjectAttachmentState } from "./runtimeProjectAttachment"; export type RuntimeProjectAttachment = import("./runtimeProjectAttachment").RuntimeProjectAttachment; export declare const RuntimeProjectAttachment: typeof import("./runtimeProjectAttachment").RuntimeProjectAttachment; //# sourceMappingURL=index.d.ts.map