import * as pulumi from "@pulumi/pulumi"; import * as inputs from "./types/input"; import * as outputs from "./types/output"; export declare function getZeroTrustAccessInfrastructureTarget(args: GetZeroTrustAccessInfrastructureTargetArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustAccessInfrastructureTarget. */ export interface GetZeroTrustAccessInfrastructureTargetArgs { accountId: string; filter?: inputs.GetZeroTrustAccessInfrastructureTargetFilter; targetId?: string; } /** * A collection of values returned by getZeroTrustAccessInfrastructureTarget. */ export interface GetZeroTrustAccessInfrastructureTargetResult { readonly accountId: string; readonly createdAt: string; readonly filter?: outputs.GetZeroTrustAccessInfrastructureTargetFilter; readonly hostname: string; readonly id: string; readonly ip: outputs.GetZeroTrustAccessInfrastructureTargetIp; readonly modifiedAt: string; readonly targetId?: string; } export declare function getZeroTrustAccessInfrastructureTargetOutput(args: GetZeroTrustAccessInfrastructureTargetOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustAccessInfrastructureTarget. */ export interface GetZeroTrustAccessInfrastructureTargetOutputArgs { accountId: pulumi.Input; filter?: pulumi.Input; targetId?: pulumi.Input; } //# sourceMappingURL=getZeroTrustAccessInfrastructureTarget.d.ts.map