import * as pulumi from "@pulumi/pulumi"; import * as inputs from "./types/input"; import * as outputs from "./types/output"; export declare function getCloudletsForwardRewriteMatchRule(args?: GetCloudletsForwardRewriteMatchRuleArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getCloudletsForwardRewriteMatchRule. */ export interface GetCloudletsForwardRewriteMatchRuleArgs { matchRules?: inputs.GetCloudletsForwardRewriteMatchRuleMatchRule[]; } /** * A collection of values returned by getCloudletsForwardRewriteMatchRule. */ export interface GetCloudletsForwardRewriteMatchRuleResult { /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly json: string; readonly matchRules?: outputs.GetCloudletsForwardRewriteMatchRuleMatchRule[]; } export declare function getCloudletsForwardRewriteMatchRuleOutput(args?: GetCloudletsForwardRewriteMatchRuleOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getCloudletsForwardRewriteMatchRule. */ export interface GetCloudletsForwardRewriteMatchRuleOutputArgs { matchRules?: pulumi.Input[] | undefined>; } //# sourceMappingURL=getCloudletsForwardRewriteMatchRule.d.ts.map