getService

Gets information about a Service.

Return

null

Parameters

argument

null


suspend fun getService(location: String, project: String? = null, serviceId: String): GetServiceResult

Return

null

Parameters

location
project
serviceId

See also


suspend fun getService(argument: suspend GetServicePlainArgsBuilder.() -> Unit): GetServiceResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.run.v2.kotlin.inputs.GetServicePlainArgs.

See also