@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
7 lines (6 loc) • 515 B
TypeScript
export { ConnectivityTestArgs, ConnectivityTestState } from "./connectivityTest";
export type ConnectivityTest = import("./connectivityTest").ConnectivityTest;
export declare const ConnectivityTest: typeof import("./connectivityTest").ConnectivityTest;
export { VpcFlowLogsConfigArgs, VpcFlowLogsConfigState } from "./vpcFlowLogsConfig";
export type VpcFlowLogsConfig = import("./vpcFlowLogsConfig").VpcFlowLogsConfig;
export declare const VpcFlowLogsConfig: typeof import("./vpcFlowLogsConfig").VpcFlowLogsConfig;