get Release Link
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.
Return
A collection of values returned by getReleaseLink.
Parameters
link Id
The ID of the link.
project
The ID or URL-encoded path of the project.
tag Name
The tag associated with the Release.
See also
suspend fun getReleaseLink(argument: suspend GetReleaseLinkPlainArgsBuilder.() -> Unit): GetReleaseLinkResult
Return
A collection of values returned by getReleaseLink.
Parameters
argument
Builder for com.pulumi.gitlab.kotlin.inputs.GetReleaseLinkPlainArgs.