getFeature

Return

A collection of values returned by getFeature.

Parameters

argument

A collection of arguments for invoking getFeature.


suspend fun getFeature(location: String, name: String, project: String? = null): GetFeatureResult

Return

A collection of values returned by getFeature.

Parameters

location
name
project

See also


suspend fun getFeature(argument: suspend GetFeaturePlainArgsBuilder.() -> Unit): GetFeatureResult

Return

A collection of values returned by getFeature.

Parameters

argument

Builder for com.pulumi.gcp.gkehub.kotlin.inputs.GetFeaturePlainArgs.

See also