UNPKG

@pulumi/gcp

Version:

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

10 lines 776 B
export { ConnectionProfileArgs, ConnectionProfileState } from "./connectionProfile"; export type ConnectionProfile = import("./connectionProfile").ConnectionProfile; export declare const ConnectionProfile: typeof import("./connectionProfile").ConnectionProfile; export { MigrationJobArgs, MigrationJobState } from "./migrationJob"; export type MigrationJob = import("./migrationJob").MigrationJob; export declare const MigrationJob: typeof import("./migrationJob").MigrationJob; export { PrivateConnectionArgs, PrivateConnectionState } from "./privateConnection"; export type PrivateConnection = import("./privateConnection").PrivateConnection; export declare const PrivateConnection: typeof import("./privateConnection").PrivateConnection; //# sourceMappingURL=index.d.ts.map