Class CfnDataset.DatasetContentVersionValueProperty
The dataset whose latest contents are used as input to the notebook or application.
Inheritance
Namespace: Amazon.CDK.AWS.IoTAnalytics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DatasetContentVersionValueProperty : Object, CfnDataset.IDatasetContentVersionValueProperty
Syntax (vb)
Public Class DatasetContentVersionValueProperty
Inherits Object
Implements CfnDataset.IDatasetContentVersionValueProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTAnalytics;
var datasetContentVersionValueProperty = new DatasetContentVersionValueProperty {
DatasetName = "datasetName"
};
Synopsis
Constructors
Dataset |
Properties
Dataset |
The name of the dataset whose latest contents are used as input to the notebook or application. |
Constructors
DatasetContentVersionValueProperty()
public DatasetContentVersionValueProperty()
Properties
DatasetName
The name of the dataset whose latest contents are used as input to the notebook or application.
public string DatasetName { get; set; }
Property Value
System.