import * as pulumi from "@pulumi/pulumi"; export declare function getNotificationPolicyWebhooks(args: GetNotificationPolicyWebhooksArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getNotificationPolicyWebhooks. */ export interface GetNotificationPolicyWebhooksArgs { accountId: string; webhookId: string; } /** * A collection of values returned by getNotificationPolicyWebhooks. */ export interface GetNotificationPolicyWebhooksResult { readonly accountId: string; readonly createdAt: string; readonly id: string; readonly lastFailure: string; readonly lastSuccess: string; readonly name: string; readonly secret: string; readonly type: string; readonly url: string; readonly webhookId: string; } export declare function getNotificationPolicyWebhooksOutput(args: GetNotificationPolicyWebhooksOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getNotificationPolicyWebhooks. */ export interface GetNotificationPolicyWebhooksOutputArgs { accountId: pulumi.Input; webhookId: pulumi.Input; } //# sourceMappingURL=getNotificationPolicyWebhooks.d.ts.map