import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getCloudConnectorRules(args: GetCloudConnectorRulesArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getCloudConnectorRules. */ export interface GetCloudConnectorRulesArgs { zoneId: string; } /** * A collection of values returned by getCloudConnectorRules. */ export interface GetCloudConnectorRulesResult { readonly id: string; readonly rules: outputs.GetCloudConnectorRulesRule[]; readonly zoneId: string; } export declare function getCloudConnectorRulesOutput(args: GetCloudConnectorRulesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getCloudConnectorRules. */ export interface GetCloudConnectorRulesOutputArgs { zoneId: pulumi.Input; } //# sourceMappingURL=getCloudConnectorRules.d.ts.map