@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
13 lines (12 loc) • 956 B
TypeScript
export { ConnectionProfileArgs, ConnectionProfileState } from "./connectionProfile";
export type ConnectionProfile = import("./connectionProfile").ConnectionProfile;
export declare const ConnectionProfile: typeof import("./connectionProfile").ConnectionProfile;
export { GetStaticIpsArgs, GetStaticIpsResult, GetStaticIpsOutputArgs } from "./getStaticIps";
export declare const getStaticIps: typeof import("./getStaticIps").getStaticIps;
export declare const getStaticIpsOutput: typeof import("./getStaticIps").getStaticIpsOutput;
export { PrivateConnectionArgs, PrivateConnectionState } from "./privateConnection";
export type PrivateConnection = import("./privateConnection").PrivateConnection;
export declare const PrivateConnection: typeof import("./privateConnection").PrivateConnection;
export { StreamArgs, StreamState } from "./stream";
export type Stream = import("./stream").Stream;
export declare const Stream: typeof import("./stream").Stream;