@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
10 lines • 899 B
TypeScript
export { GetInstanceArgs, GetInstanceResult, GetInstanceOutputArgs } from "./getInstance";
export declare const getInstance: typeof import("./getInstance").getInstance;
export declare const getInstanceOutput: typeof import("./getInstance").getInstanceOutput;
export { InstanceArgs, InstanceState } from "./instance";
export type Instance = import("./instance").Instance;
export declare const Instance: typeof import("./instance").Instance;
export { InstanceDesiredUserCreatedEndpointsArgs, InstanceDesiredUserCreatedEndpointsState } from "./instanceDesiredUserCreatedEndpoints";
export type InstanceDesiredUserCreatedEndpoints = import("./instanceDesiredUserCreatedEndpoints").InstanceDesiredUserCreatedEndpoints;
export declare const InstanceDesiredUserCreatedEndpoints: typeof import("./instanceDesiredUserCreatedEndpoints").InstanceDesiredUserCreatedEndpoints;
//# sourceMappingURL=index.d.ts.map