interface DatasetSourceProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTSiteWise.CfnDataset.DatasetSourceProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#CfnDataset_DatasetSourceProperty |
![]() | software.amazon.awscdk.services.iotsitewise.CfnDataset.DatasetSourceProperty |
![]() | aws_cdk.aws_iotsitewise.CfnDataset.DatasetSourceProperty |
![]() | aws-cdk-lib » aws_iotsitewise » CfnDataset » DatasetSourceProperty |
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-lib';
const datasetSourceProperty: iotsitewise.CfnDataset.DatasetSourceProperty = {
sourceFormat: 'sourceFormat',
sourceType: 'sourceType',
// the properties below are optional
sourceDetail: {
kendra: {
knowledgeBaseArn: 'knowledgeBaseArn',
roleArn: 'roleArn',
},
},
};
Properties
Name | Type | Description |
---|---|---|
source | string | The format of the dataset source associated with the dataset. |
source | string | The type of data source for the dataset. |
source | IResolvable | Source |
sourceFormat
Type:
string
The format of the dataset source associated with the dataset.
sourceType
Type:
string
The type of data source for the dataset.
sourceDetail?
Type:
IResolvable
|
Source
(optional)