Interface CfnDataSource.IRecommendationConfigurationProperty
The recommendation configuration for the data source.
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDataSource.IRecommendationConfigurationProperty
Syntax (vb)
Public Interface CfnDataSource.IRecommendationConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DataZone;
var recommendationConfigurationProperty = new RecommendationConfigurationProperty {
EnableBusinessNameGeneration = false
};
Synopsis
Properties
| EnableBusinessNameGeneration | Specifies whether automatic business name generation is to be enabled or not as part of the recommendation configuration. |
Properties
EnableBusinessNameGeneration
Specifies whether automatic business name generation is to be enabled or not as part of the recommendation configuration.
object? EnableBusinessNameGeneration { get; }