get Projects
This data source provides the Log Projects of the current Alibaba Cloud user.
NOTE: Available in v1.126.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, status: 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 project name.
output File
status
The status of project.
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.log.kotlin.inputs.GetProjectsPlainArgs.