getReleaseLink

The gitlab.ReleaseLink data source allows get details of a release link. Upstream API: GitLab REST API docs

Return

A collection of values returned by getReleaseLink.

Parameters

argument

A collection of arguments for invoking getReleaseLink.


suspend fun getReleaseLink(linkId: Int, project: String, tagName: String): GetReleaseLinkResult

Return

A collection of values returned by getReleaseLink.

Parameters

linkId

The ID of the link.

tagName

The tag associated with the Release.

See also


Return

A collection of values returned by getReleaseLink.

Parameters

argument

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

See also