import * as pulumi from "@pulumi/pulumi"; import * as inputs from "../types/input"; import * as outputs from "../types/output"; export declare function getSupportedCloudRegions(args?: GetSupportedCloudRegionsArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getSupportedCloudRegions. */ export interface GetSupportedCloudRegionsArgs { assetSourceType?: string; filters?: inputs.CloudBridge.GetSupportedCloudRegionsFilter[]; nameContains?: string; } /** * A collection of values returned by getSupportedCloudRegions. */ export interface GetSupportedCloudRegionsResult { readonly assetSourceType?: string; readonly filters?: outputs.CloudBridge.GetSupportedCloudRegionsFilter[]; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly nameContains?: string; readonly supportedCloudRegionCollections: outputs.CloudBridge.GetSupportedCloudRegionsSupportedCloudRegionCollection[]; } export declare function getSupportedCloudRegionsOutput(args?: GetSupportedCloudRegionsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getSupportedCloudRegions. */ export interface GetSupportedCloudRegionsOutputArgs { assetSourceType?: pulumi.Input; filters?: pulumi.Input[] | undefined>; nameContains?: pulumi.Input; } //# sourceMappingURL=getSupportedCloudRegions.d.ts.map