get Projects
This data source provides Max Compute Project available to the user.What is Project
NOTE: Available in 1.196.0+
Return
A collection of values returned by getProjects.
Parameters
argument
A collection of arguments for invoking getProjects.
suspend fun getProjects(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null): GetProjectsResult
Return
A collection of values returned by getProjects.
See also
Parameters
ids
A list of Project IDs.
name Regex
A regex string to filter results by Group Metric Rule name.
output File
suspend fun getProjects(argument: suspend GetProjectsPlainArgsBuilder.() -> Unit): GetProjectsResult
Return
A collection of values returned by getProjects.
See also
Parameters
argument
Builder for com.pulumi.alicloud.maxcompute.kotlin.inputs.GetProjectsPlainArgs.