getTag

suspend fun getTag(argument: GetTagPlainArgs): GetTagResult

Gets a tag.

Return

null

Parameters

argument

null


suspend fun getTag(location: String, packageId: String, project: String? = null, repositoryId: String, tagId: String): GetTagResult

Return

null

See also

Parameters

location
packageId
project
repositoryId
tagId

suspend fun getTag(argument: suspend GetTagPlainArgsBuilder.() -> Unit): GetTagResult

Return

null

See also

Parameters

argument

Builder for com.pulumi.googlenative.artifactregistry.v1.kotlin.inputs.GetTagPlainArgs.