getConfig

Gets information about a RuntimeConfig resource.

Return

null

Parameters

argument

null


suspend fun getConfig(configId: String, project: String? = null): GetConfigResult

Return

null

Parameters

configId
project

See also


suspend fun getConfig(argument: suspend GetConfigPlainArgsBuilder.() -> Unit): GetConfigResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.runtimeconfig.v1beta1.kotlin.inputs.GetConfigPlainArgs.

See also