Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-recommendationconfiguration.html

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; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-recommendationconfiguration.html#cfn-datazone-datasource-recommendationconfiguration-enablebusinessnamegeneration

Type union: either bool or IResolvable

Back to top Generated by DocFX