import * as pulumi from "@pulumi/pulumi"; export declare function getLogpullRetention(args: GetLogpullRetentionArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getLogpullRetention. */ export interface GetLogpullRetentionArgs { zoneId: string; } /** * A collection of values returned by getLogpullRetention. */ export interface GetLogpullRetentionResult { readonly flag: boolean; readonly id: string; readonly zoneId: string; } export declare function getLogpullRetentionOutput(args: GetLogpullRetentionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getLogpullRetention. */ export interface GetLogpullRetentionOutputArgs { zoneId: pulumi.Input; } //# sourceMappingURL=getLogpullRetention.d.ts.map