getProjectMilestone

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.


suspend fun getProjectMilestone(milestoneId: Int, project: String): GetProjectMilestoneResult

Return

A collection of values returned by getProjectMilestone.

Parameters

milestoneId

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


Return

A collection of values returned by getProjectMilestone.

Parameters

argument

Builder for com.pulumi.gitlab.kotlin.inputs.GetProjectMilestonePlainArgs.

See also