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