@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
13 lines (12 loc) • 1.25 kB
TypeScript
export { ConnectivityTestArgs, ConnectivityTestState } from "./connectivityTest";
export type ConnectivityTest = import("./connectivityTest").ConnectivityTest;
export declare const ConnectivityTest: typeof import("./connectivityTest").ConnectivityTest;
export { GetConnectivityTestRunArgs, GetConnectivityTestRunResult, GetConnectivityTestRunOutputArgs } from "./getConnectivityTestRun";
export declare const getConnectivityTestRun: typeof import("./getConnectivityTestRun").getConnectivityTestRun;
export declare const getConnectivityTestRunOutput: typeof import("./getConnectivityTestRun").getConnectivityTestRunOutput;
export { OrganizationVpcFlowLogsConfigArgs, OrganizationVpcFlowLogsConfigState } from "./organizationVpcFlowLogsConfig";
export type OrganizationVpcFlowLogsConfig = import("./organizationVpcFlowLogsConfig").OrganizationVpcFlowLogsConfig;
export declare const OrganizationVpcFlowLogsConfig: typeof import("./organizationVpcFlowLogsConfig").OrganizationVpcFlowLogsConfig;
export { VpcFlowLogsConfigArgs, VpcFlowLogsConfigState } from "./vpcFlowLogsConfig";
export type VpcFlowLogsConfig = import("./vpcFlowLogsConfig").VpcFlowLogsConfig;
export declare const VpcFlowLogsConfig: typeof import("./vpcFlowLogsConfig").VpcFlowLogsConfig;