interface SourceDetailProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.IoTSiteWise.CfnDataset.SourceDetailProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#CfnDataset_SourceDetailProperty | 
|  Java | software.amazon.awscdk.services.iotsitewise.CfnDataset.SourceDetailProperty | 
|  Python | aws_cdk.aws_iotsitewise.CfnDataset.SourceDetailProperty | 
|  TypeScript | aws-cdk-lib»aws_iotsitewise»CfnDataset»SourceDetailProperty | 
The details of the dataset source associated with the dataset.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotsitewise as iotsitewise } from 'aws-cdk-lib';
const sourceDetailProperty: iotsitewise.CfnDataset.SourceDetailProperty = {
  kendra: {
    knowledgeBaseArn: 'knowledgeBaseArn',
    roleArn: 'roleArn',
  },
};
Properties
| Name | Type | Description | 
|---|---|---|
| kendra? | IResolvable | Kendra | Contains details about the Kendra dataset source. | 
kendra?
Type:
IResolvable | Kendra
(optional)
Contains details about the Kendra dataset source.
