interface SourceDetailProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTSiteWise.CfnDataset.SourceDetailProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#CfnDataset_SourceDetailProperty |
![]() | software.amazon.awscdk.services.iotsitewise.CfnDataset.SourceDetailProperty |
![]() | aws_cdk.aws_iotsitewise.CfnDataset.SourceDetailProperty |
![]() | 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.