@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
13 lines (12 loc) • 1.04 kB
TypeScript
export { ConnectionArgs, ConnectionState } from "./connection";
export type Connection = import("./connection").Connection;
export declare const Connection: typeof import("./connection").Connection;
export { GetPeeredDnsDomainArgs, GetPeeredDnsDomainResult, GetPeeredDnsDomainOutputArgs } from "./getPeeredDnsDomain";
export declare const getPeeredDnsDomain: typeof import("./getPeeredDnsDomain").getPeeredDnsDomain;
export declare const getPeeredDnsDomainOutput: typeof import("./getPeeredDnsDomain").getPeeredDnsDomainOutput;
export { PeeredDnsDomainArgs, PeeredDnsDomainState } from "./peeredDnsDomain";
export type PeeredDnsDomain = import("./peeredDnsDomain").PeeredDnsDomain;
export declare const PeeredDnsDomain: typeof import("./peeredDnsDomain").PeeredDnsDomain;
export { VpcServiceControlsArgs, VpcServiceControlsState } from "./vpcServiceControls";
export type VpcServiceControls = import("./vpcServiceControls").VpcServiceControls;
export declare const VpcServiceControls: typeof import("./vpcServiceControls").VpcServiceControls;