import * as pulumi from "@pulumi/pulumi"; export declare function getPageShieldConnections(args: GetPageShieldConnectionsArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getPageShieldConnections. */ export interface GetPageShieldConnectionsArgs { connectionId: string; zoneId: string; } /** * A collection of values returned by getPageShieldConnections. */ export interface GetPageShieldConnectionsResult { readonly addedAt: string; readonly connectionId: string; readonly domainReportedMalicious: boolean; readonly firstPageUrl: string; readonly firstSeenAt: string; readonly host: string; readonly id: string; readonly lastSeenAt: string; readonly maliciousDomainCategories: string[]; readonly maliciousUrlCategories: string[]; readonly pageUrls: string[]; readonly url: string; readonly urlContainsCdnCgiPath: boolean; readonly urlReportedMalicious: boolean; readonly zoneId: string; } export declare function getPageShieldConnectionsOutput(args: GetPageShieldConnectionsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getPageShieldConnections. */ export interface GetPageShieldConnectionsOutputArgs { connectionId: pulumi.Input; zoneId: pulumi.Input; } //# sourceMappingURL=getPageShieldConnections.d.ts.map