get Project Milestone
The gitlab.ProjectMilestone
data source allows get details of a project milestone. Upstream API: GitLab REST API docs
Return
A collection of values returned by getProjectMilestone.
Parameters
argument
A collection of arguments for invoking getProjectMilestone.
Return
A collection of values returned by getProjectMilestone.
Parameters
milestone Id
The instance-wide ID of the project’s milestone.
project
The ID or URL-encoded path of the project owned by the authenticated user.
See also
suspend fun getProjectMilestone(argument: suspend GetProjectMilestonePlainArgsBuilder.() -> Unit): GetProjectMilestoneResult
Return
A collection of values returned by getProjectMilestone.
Parameters
argument
Builder for com.pulumi.gitlab.kotlin.inputs.GetProjectMilestonePlainArgs.