import * as pulumi from "@pulumi/pulumi"; import * as inputs from "./types/input"; import * as outputs from "./types/output"; export declare function getZeroTrustNetworkHostnameRoute(args: GetZeroTrustNetworkHostnameRouteArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustNetworkHostnameRoute. */ export interface GetZeroTrustNetworkHostnameRouteArgs { accountId: string; filter?: inputs.GetZeroTrustNetworkHostnameRouteFilter; hostnameRouteId?: string; } /** * A collection of values returned by getZeroTrustNetworkHostnameRoute. */ export interface GetZeroTrustNetworkHostnameRouteResult { readonly accountId: string; readonly comment: string; readonly createdAt: string; readonly deletedAt: string; readonly filter?: outputs.GetZeroTrustNetworkHostnameRouteFilter; readonly hostname: string; readonly hostnameRouteId?: string; readonly id: string; readonly tunnelId: string; readonly tunnelName: string; } export declare function getZeroTrustNetworkHostnameRouteOutput(args: GetZeroTrustNetworkHostnameRouteOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustNetworkHostnameRoute. */ export interface GetZeroTrustNetworkHostnameRouteOutputArgs { accountId: pulumi.Input; filter?: pulumi.Input; hostnameRouteId?: pulumi.Input; } //# sourceMappingURL=getZeroTrustNetworkHostnameRoute.d.ts.map