import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getR2BucketEventNotification(args: GetR2BucketEventNotificationArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getR2BucketEventNotification. */ export interface GetR2BucketEventNotificationArgs { accountId: string; bucketName: string; queueId: string; } /** * A collection of values returned by getR2BucketEventNotification. */ export interface GetR2BucketEventNotificationResult { readonly accountId: string; readonly bucketName: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly queueId: string; readonly queueName: string; readonly rules: outputs.GetR2BucketEventNotificationRule[]; } export declare function getR2BucketEventNotificationOutput(args: GetR2BucketEventNotificationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getR2BucketEventNotification. */ export interface GetR2BucketEventNotificationOutputArgs { accountId: pulumi.Input; bucketName: pulumi.Input; queueId: pulumi.Input; } //# sourceMappingURL=getR2BucketEventNotification.d.ts.map