import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getR2CustomDomain(args: GetR2CustomDomainArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getR2CustomDomain. */ export interface GetR2CustomDomainArgs { accountId: string; bucketName: string; domain: string; } /** * A collection of values returned by getR2CustomDomain. */ export interface GetR2CustomDomainResult { readonly accountId: string; readonly bucketName: string; readonly ciphers: string[]; readonly domain: string; readonly enabled: boolean; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly minTls: string; readonly status: outputs.GetR2CustomDomainStatus; readonly zoneId: string; readonly zoneName: string; } export declare function getR2CustomDomainOutput(args: GetR2CustomDomainOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getR2CustomDomain. */ export interface GetR2CustomDomainOutputArgs { accountId: pulumi.Input; bucketName: pulumi.Input; domain: pulumi.Input; } //# sourceMappingURL=getR2CustomDomain.d.ts.map