getTemplate

Get the template associated with a template.

Return

null

Parameters

argument

null


suspend fun getTemplate(gcsPath: String, location: String, project: String? = null, view: String? = null): GetTemplateResult

Return

null

Parameters

gcsPath
location
project
view

See also


suspend fun getTemplate(argument: suspend GetTemplatePlainArgsBuilder.() -> Unit): GetTemplateResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.dataflow.v1b3.kotlin.inputs.GetTemplatePlainArgs.

See also