import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; /** * Retrieves a listing of config items. */ export declare function getZoneProtectionProfileList(args?: GetZoneProtectionProfileListArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZoneProtectionProfileList. */ export interface GetZoneProtectionProfileListArgs { device?: string; folder?: string; limit?: number; name?: string; offset?: number; snippet?: string; } /** * A collection of values returned by getZoneProtectionProfileList. */ export interface GetZoneProtectionProfileListResult { readonly datas: outputs.GetZoneProtectionProfileListData[]; readonly device?: string; readonly folder?: string; readonly limit?: number; readonly name?: string; readonly offset?: number; readonly snippet?: string; readonly tfid: string; readonly total: number; } /** * Retrieves a listing of config items. */ export declare function getZoneProtectionProfileListOutput(args?: GetZoneProtectionProfileListOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZoneProtectionProfileList. */ export interface GetZoneProtectionProfileListOutputArgs { device?: pulumi.Input; folder?: pulumi.Input; limit?: pulumi.Input; name?: pulumi.Input; offset?: pulumi.Input; snippet?: pulumi.Input; } //# sourceMappingURL=getZoneProtectionProfileList.d.ts.map