Interface CfnDataSource.RecommendationConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSource.RecommendationConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDataSource
@Stability(Stable)
public static interface CfnDataSource.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.services.datazone.*; RecommendationConfigurationProperty recommendationConfigurationProperty = RecommendationConfigurationProperty.builder() .enableBusinessNameGeneration(false) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataSource.RecommendationConfigurationProperty
static final class
An implementation forCfnDataSource.RecommendationConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnableBusinessNameGeneration
Specifies whether automatic business name generation is to be enabled or not as part of the recommendation configuration.- See Also:
-
builder
-