import * as pulumi from "@pulumi/pulumi"; export declare function getFirewallRule(args: GetFirewallRuleArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getFirewallRule. */ export interface GetFirewallRuleArgs { ruleId?: string; zoneId: string; } /** * A collection of values returned by getFirewallRule. */ export interface GetFirewallRuleResult { readonly action: string; readonly description: string; readonly id: string; readonly paused: boolean; readonly priority: number; readonly products: string[]; readonly ref: string; readonly ruleId?: string; readonly zoneId: string; } export declare function getFirewallRuleOutput(args: GetFirewallRuleOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getFirewallRule. */ export interface GetFirewallRuleOutputArgs { ruleId?: pulumi.Input; zoneId: pulumi.Input; } //# sourceMappingURL=getFirewallRule.d.ts.map