import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getCustomHostnames(args: GetCustomHostnamesArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getCustomHostnames. */ export interface GetCustomHostnamesArgs { direction?: string; hostname?: string; id?: string; maxItems?: number; order?: string; ssl?: number; zoneId: string; } /** * A collection of values returned by getCustomHostnames. */ export interface GetCustomHostnamesResult { readonly direction?: string; readonly hostname?: string; readonly id?: string; readonly maxItems?: number; readonly order: string; readonly results: outputs.GetCustomHostnamesResult[]; readonly ssl?: number; readonly zoneId: string; } export declare function getCustomHostnamesOutput(args: GetCustomHostnamesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getCustomHostnames. */ export interface GetCustomHostnamesOutputArgs { direction?: pulumi.Input; hostname?: pulumi.Input; id?: pulumi.Input; maxItems?: pulumi.Input; order?: pulumi.Input; ssl?: pulumi.Input; zoneId: pulumi.Input; } //# sourceMappingURL=getCustomHostnames.d.ts.map