Interface CfnDataset.IKendraSourceDetailProperty
The source details for the Kendra dataset source.
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDataset.IKendraSourceDetailProperty
Syntax (vb)
Public Interface CfnDataset.IKendraSourceDetailProperty
Remarks
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.IoTSiteWise;
var kendraSourceDetailProperty = new KendraSourceDetailProperty {
KnowledgeBaseArn = "knowledgeBaseArn",
RoleArn = "roleArn"
};
Synopsis
Properties
| KnowledgeBaseArn | The |
| RoleArn | The |
Properties
KnowledgeBaseArn
The knowledgeBaseArn details for the Kendra dataset source.
string KnowledgeBaseArn { get; }
Property Value
Remarks
RoleArn
The roleARN details for the Kendra dataset source.
string RoleArn { get; }