getSource

Gets details of a single Source.

Return

null

Parameters

argument

null


suspend fun getSource(location: String, project: String? = null, sourceId: String): GetSourceResult

Return

null

Parameters

location
project
sourceId

See also


suspend fun getSource(argument: suspend GetSourcePlainArgsBuilder.() -> Unit): GetSourceResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.vmmigration.v1.kotlin.inputs.GetSourcePlainArgs.

See also