import * as pulumi from "@pulumi/pulumi"; /** * ## Example Usage */ export declare function getAlertRoute(args?: GetAlertRouteArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getAlertRoute. */ export interface GetAlertRouteArgs { name?: string; } /** * A collection of values returned by getAlertRoute. */ export interface GetAlertRouteResult { /** * The ID of this resource. */ readonly id: string; readonly name: string; } /** * ## Example Usage */ export declare function getAlertRouteOutput(args?: GetAlertRouteOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getAlertRoute. */ export interface GetAlertRouteOutputArgs { name?: pulumi.Input; } //# sourceMappingURL=getAlertRoute.d.ts.map