Interface CfnDataset.KendraSourceDetailProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataset.KendraSourceDetailProperty.Jsii$Proxy
- Enclosing class:
CfnDataset
@Stability(Stable)
public static interface CfnDataset.KendraSourceDetailProperty
extends software.amazon.jsii.JsiiSerializable
The source details for the Kendra dataset source.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotsitewise.*;
KendraSourceDetailProperty kendraSourceDetailProperty = KendraSourceDetailProperty.builder()
.knowledgeBaseArn("knowledgeBaseArn")
.roleArn("roleArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataset.KendraSourceDetailPropertystatic final classAn implementation forCfnDataset.KendraSourceDetailProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()TheknowledgeBaseArndetails for the Kendra dataset source.TheroleARNdetails for the Kendra dataset source.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKnowledgeBaseArn
TheknowledgeBaseArndetails for the Kendra dataset source.- See Also:
-
getRoleArn
TheroleARNdetails for the Kendra dataset source.- See Also:
-
builder
-