getFeature

Gets details of a single Feature.

Return

null

Parameters

argument

null


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

Return

null

Parameters

featureId
location
project

See also


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

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.gkehub.v1alpha.kotlin.inputs.GetFeaturePlainArgs.

See also