import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getNotificationPolicy(args: GetNotificationPolicyArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getNotificationPolicy. */ export interface GetNotificationPolicyArgs { accountId: string; policyId: string; } /** * A collection of values returned by getNotificationPolicy. */ export interface GetNotificationPolicyResult { readonly accountId: string; readonly alertInterval: string; readonly alertType: string; readonly created: string; readonly description: string; readonly enabled: boolean; readonly filters: outputs.GetNotificationPolicyFilters; readonly id: string; readonly mechanisms: outputs.GetNotificationPolicyMechanisms; readonly modified: string; readonly name: string; readonly policyId: string; } export declare function getNotificationPolicyOutput(args: GetNotificationPolicyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getNotificationPolicy. */ export interface GetNotificationPolicyOutputArgs { accountId: pulumi.Input; policyId: pulumi.Input; } //# sourceMappingURL=getNotificationPolicy.d.ts.map