interface DatasetContentVersionValueProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IoTAnalytics.CfnDatasetPropsMixin.DatasetContentVersionValueProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsiotanalytics#CfnDatasetPropsMixin_DatasetContentVersionValueProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.iotanalytics.CfnDatasetPropsMixin.DatasetContentVersionValueProperty |
Python | aws_cdk.cfn_property_mixins.aws_iotanalytics.CfnDatasetPropsMixin.DatasetContentVersionValueProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_iotanalytics » 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 { aws_iotanalytics as iotanalytics } from '@aws-cdk/cfn-property-mixins';
const datasetContentVersionValueProperty: iotanalytics.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