Class CfnDataset.DatasetContentVersionValueProperty
The dataset whose latest contents are used as input to the notebook or application.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.IoTAnalytics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataset.DatasetContentVersionValueProperty : CfnDataset.IDatasetContentVersionValueProperty
Syntax (vb)
Public Class CfnDataset.DatasetContentVersionValueProperty 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
DatasetContentVersionValueProperty() | The dataset whose latest contents are used as input to the notebook or application. |
Properties
DatasetName | The name of the dataset whose latest contents are used as input to the notebook or application. |
Constructors
DatasetContentVersionValueProperty()
The dataset whose latest contents are used as input to the notebook or application.
public DatasetContentVersionValueProperty()
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"
};
Properties
DatasetName
The name of the dataset whose latest contents are used as input to the notebook or application.
public string DatasetName { get; set; }