interface DatasetContentVersionValueProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.IoTAnalytics.Mixins.CfnDatasetPropsMixin.DatasetContentVersionValueProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsiotanalytics/mixins#CfnDatasetPropsMixin_DatasetContentVersionValueProperty |
Java | software.amazon.awscdk.mixins.preview.services.iotanalytics.mixins.CfnDatasetPropsMixin.DatasetContentVersionValueProperty |
Python | aws_cdk.mixins_preview.aws_iotanalytics.mixins.CfnDatasetPropsMixin.DatasetContentVersionValueProperty |
TypeScript | @aws-cdk/mixins-preview » aws_iotanalytics » mixins » CfnDatasetPropsMixin » 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 { mixins as iotanalytics_mixins } from '@aws-cdk/mixins-preview/aws-iotanalytics';
const datasetContentVersionValueProperty: iotanalytics_mixins.CfnDatasetPropsMixin.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
(optional)
The name of the dataset whose latest contents are used as input to the notebook or application.

.NET
Go
Java
Python
TypeScript