Interface CfnDataSourcePropsMixin.RecommendationConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataSourcePropsMixin.RecommendationConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnDataSourcePropsMixin

@Stability(Stable) public static interface CfnDataSourcePropsMixin.RecommendationConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The recommendation configuration for the data source.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.datazone.*;
 RecommendationConfigurationProperty recommendationConfigurationProperty = RecommendationConfigurationProperty.builder()
         .enableBusinessNameGeneration(false)
         .build();
 

See Also: