import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getZeroTrustGatewayLogging(args: GetZeroTrustGatewayLoggingArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustGatewayLogging. */ export interface GetZeroTrustGatewayLoggingArgs { accountId: string; } /** * A collection of values returned by getZeroTrustGatewayLogging. */ export interface GetZeroTrustGatewayLoggingResult { readonly accountId: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly redactPii: boolean; readonly settingsByRuleType: outputs.GetZeroTrustGatewayLoggingSettingsByRuleType; } export declare function getZeroTrustGatewayLoggingOutput(args: GetZeroTrustGatewayLoggingOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustGatewayLogging. */ export interface GetZeroTrustGatewayLoggingOutputArgs { accountId: pulumi.Input; } //# sourceMappingURL=getZeroTrustGatewayLogging.d.ts.map