getReleaseLinks

The gitlab.getReleaseLinks data source allows get details of release links. Upstream API: GitLab REST API docs

Return

A collection of values returned by getReleaseLinks.

Parameters

argument

A collection of arguments for invoking getReleaseLinks.


suspend fun getReleaseLinks(project: String, tagName: String): GetReleaseLinksResult

Return

A collection of values returned by getReleaseLinks.

Parameters

project

The ID or full path to the project.

tagName

The tag associated with the Release.

See also


Return

A collection of values returned by getReleaseLinks.

Parameters

argument

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

See also