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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDataSourcePropsMixin.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.Returns union: either
BooleanorIResolvable- See Also:
-
builder
@Stability(Stable) static CfnDataSourcePropsMixin.RecommendationConfigurationProperty.Builder builder()
-