aws-cdk-lib.aws_iotanalytics.CfnDataset.DatasetContentVersionValueProperty

interface DatasetContentVersionValueProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTAnalytics.CfnDataset.DatasetContentVersionValueProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotanalytics#CfnDataset_DatasetContentVersionValueProperty
Javasoftware.amazon.awscdk.services.iotanalytics.CfnDataset.DatasetContentVersionValueProperty
Pythonaws_cdk.aws_iotanalytics.CfnDataset.DatasetContentVersionValueProperty
TypeScript aws-cdk-lib » 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 { aws_iotanalytics as iotanalytics } from 'aws-cdk-lib';
const datasetContentVersionValueProperty: iotanalytics.CfnDataset.DatasetContentVersionValueProperty = {
  datasetName: 'datasetName',
};

Properties

NameTypeDescription
datasetNamestringThe 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.