interface SourceDetailProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.IoTSiteWise.Mixins.CfnDatasetPropsMixin.SourceDetailProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsiotsitewise/mixins#CfnDatasetPropsMixin_SourceDetailProperty |
Java | software.amazon.awscdk.mixins.preview.services.iotsitewise.mixins.CfnDatasetPropsMixin.SourceDetailProperty |
Python | aws_cdk.mixins_preview.aws_iotsitewise.mixins.CfnDatasetPropsMixin.SourceDetailProperty |
TypeScript | @aws-cdk/mixins-preview » aws_iotsitewise » mixins » CfnDatasetPropsMixin » 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 { mixins as iotsitewise_mixins } from '@aws-cdk/mixins-preview/aws-iotsitewise';
const sourceDetailProperty: iotsitewise_mixins.CfnDatasetPropsMixin.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.

.NET
Go
Java
Python
TypeScript