configuration Feature
suspend fun configurationFeature(name: String, block: suspend ConfigurationFeatureResourceBuilder.() -> Unit): ConfigurationFeature
Parameters
name
The unique name of the resulting resource.
block
Builder for ConfigurationFeature.
See also
Parameters
name
The unique name of the resulting resource.