import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getPropertyHostnames(args: GetPropertyHostnamesArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getPropertyHostnames. */ export interface GetPropertyHostnamesArgs { contractId: string; filterPendingDefaultCerts?: boolean; groupId: string; propertyId: string; version?: number; } /** * A collection of values returned by getPropertyHostnames. */ export interface GetPropertyHostnamesResult { readonly contractId: string; readonly filterPendingDefaultCerts?: boolean; readonly groupId: string; readonly hostnameBuckets: outputs.GetPropertyHostnamesHostnameBucket[]; readonly hostnames: outputs.GetPropertyHostnamesHostname[]; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly propertyId: string; readonly version: number; } export declare function getPropertyHostnamesOutput(args: GetPropertyHostnamesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getPropertyHostnames. */ export interface GetPropertyHostnamesOutputArgs { contractId: pulumi.Input; filterPendingDefaultCerts?: pulumi.Input; groupId: pulumi.Input; propertyId: pulumi.Input; version?: pulumi.Input; } //# sourceMappingURL=getPropertyHostnames.d.ts.map