Interface CfnDatasetPropsMixin.SourceDetailProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDatasetPropsMixin.SourceDetailProperty.Jsii$Proxy
- Enclosing class:
CfnDatasetPropsMixin
@Stability(Stable)
public static interface CfnDatasetPropsMixin.SourceDetailProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.mixins.preview.services.iotsitewise.mixins.*;
SourceDetailProperty sourceDetailProperty = SourceDetailProperty.builder()
.kendra(KendraSourceDetailProperty.builder()
.knowledgeBaseArn("knowledgeBaseArn")
.roleArn("roleArn")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDatasetPropsMixin.SourceDetailPropertystatic final classAn implementation forCfnDatasetPropsMixin.SourceDetailProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKendra
Contains details about the Kendra dataset source.Returns union: either
IResolvableorCfnDatasetPropsMixin.KendraSourceDetailProperty- See Also:
-
builder
-