Class CfnDataset.KendraSourceDetailProperty
The source details for the Kendra dataset source.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataset.KendraSourceDetailProperty : CfnDataset.IKendraSourceDetailProperty
Syntax (vb)
Public Class CfnDataset.KendraSourceDetailProperty Implements 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
Constructors
| KendraSourceDetailProperty() | The source details for the Kendra dataset source. |
Properties
| KnowledgeBaseArn | The |
| RoleArn | The |
Constructors
KendraSourceDetailProperty()
The source details for the Kendra dataset source.
public KendraSourceDetailProperty()
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"
};
Properties
KnowledgeBaseArn
The knowledgeBaseArn details for the Kendra dataset source.
public string KnowledgeBaseArn { get; set; }
Property Value
Remarks
RoleArn
The roleARN details for the Kendra dataset source.
public string RoleArn { get; set; }