import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getZeroTrustDnsLocation(args: GetZeroTrustDnsLocationArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustDnsLocation. */ export interface GetZeroTrustDnsLocationArgs { accountId: string; locationId: string; } /** * A collection of values returned by getZeroTrustDnsLocation. */ export interface GetZeroTrustDnsLocationResult { readonly accountId: string; readonly clientDefault: boolean; readonly createdAt: string; readonly dnsDestinationIpsId: string; readonly dnsDestinationIpv6BlockId: string; readonly dohSubdomain: string; readonly ecsSupport: boolean; readonly endpoints: outputs.GetZeroTrustDnsLocationEndpoints; readonly id: string; readonly ip: string; readonly ipv4Destination: string; readonly ipv4DestinationBackup: string; readonly locationId: string; readonly name: string; readonly networks: outputs.GetZeroTrustDnsLocationNetwork[]; readonly updatedAt: string; } export declare function getZeroTrustDnsLocationOutput(args: GetZeroTrustDnsLocationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustDnsLocation. */ export interface GetZeroTrustDnsLocationOutputArgs { accountId: pulumi.Input; locationId: pulumi.Input; } //# sourceMappingURL=getZeroTrustDnsLocation.d.ts.map