import * as pulumi from "@pulumi/pulumi"; export declare function getAppSecSelectableHostnames(args?: GetAppSecSelectableHostnamesArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getAppSecSelectableHostnames. */ export interface GetAppSecSelectableHostnamesArgs { activeInProduction?: boolean; activeInStaging?: boolean; configId?: number; contractid?: string; groupid?: number; } /** * A collection of values returned by getAppSecSelectableHostnames. */ export interface GetAppSecSelectableHostnamesResult { readonly activeInProduction?: boolean; readonly activeInStaging?: boolean; readonly configId?: number; readonly contractid?: string; readonly groupid?: number; readonly hostnames: string[]; readonly hostnamesJson: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly outputText: string; } export declare function getAppSecSelectableHostnamesOutput(args?: GetAppSecSelectableHostnamesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getAppSecSelectableHostnames. */ export interface GetAppSecSelectableHostnamesOutputArgs { activeInProduction?: pulumi.Input; activeInStaging?: pulumi.Input; configId?: pulumi.Input; contractid?: pulumi.Input; groupid?: pulumi.Input; } //# sourceMappingURL=getAppSecSelectableHostnames.d.ts.map