interface DatasetContentVersionValueProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTAnalytics.CfnDataset.DatasetContentVersionValueProperty |
![]() | software.amazon.awscdk.services.iotanalytics.CfnDataset.DatasetContentVersionValueProperty |
![]() | aws_cdk.aws_iotanalytics.CfnDataset.DatasetContentVersionValueProperty |
![]() | @aws-cdk/aws-iotanalytics » CfnDataset » DatasetContentVersionValueProperty |
The dataset whose latest contents are used as input to the notebook or application.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iotanalytics from '@aws-cdk/aws-iotanalytics';
const datasetContentVersionValueProperty: iotanalytics.CfnDataset.DatasetContentVersionValueProperty = {
datasetName: 'datasetName',
};
Properties
Name | Type | Description |
---|---|---|
dataset | string | The name of the dataset whose latest contents are used as input to the notebook or application. |
datasetName
Type:
string
The name of the dataset whose latest contents are used as input to the notebook or application.