interface RecommendationConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.DataZone.CfnDataSourcePropsMixin.RecommendationConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdatazone#CfnDataSourcePropsMixin_RecommendationConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnDataSourcePropsMixin.RecommendationConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_datazone.CfnDataSourcePropsMixin.RecommendationConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_datazone » CfnDataSourcePropsMixin » RecommendationConfigurationProperty |
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 { aws_datazone as datazone } from '@aws-cdk/cfn-property-mixins';
const recommendationConfigurationProperty: datazone.CfnDataSourcePropsMixin.RecommendationConfigurationProperty = {
enableBusinessNameGeneration: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| enable | boolean | IResolvable | Specifies whether automatic business name generation is to be enabled or not as part of the recommendation configuration. |
enableBusinessNameGeneration?
Type:
boolean | IResolvable
(optional)
Specifies whether automatic business name generation is to be enabled or not as part of the recommendation configuration.

.NET
Go
Java
Python
TypeScript