DataSourceRecommendationConfigurationArgs

data class DataSourceRecommendationConfigurationArgs(val enableBusinessNameGeneration: Output<Boolean>? = null) : ConvertibleToJava<DataSourceRecommendationConfigurationArgs>

The recommendation to be updated as part of the UpdateDataSource action.

Constructors

constructor(enableBusinessNameGeneration: Output<Boolean>? = null)

Properties

Link copied to clipboard

Specifies whether automatic business name generation is to be enabled or not as part of the recommendation configuration.

Functions

Link copied to clipboard
open override fun toJava(): DataSourceRecommendationConfigurationArgs