Class CfnDatasetPropsMixin.DatasetContentVersionValueProperty
The dataset whose latest contents are used as input to the notebook or application.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.IoTAnalytics
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDatasetPropsMixin.DatasetContentVersionValueProperty : CfnDatasetPropsMixin.IDatasetContentVersionValueProperty
Syntax (vb)
Public Class CfnDatasetPropsMixin.DatasetContentVersionValueProperty Implements CfnDatasetPropsMixin.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.CfnPropertyMixins.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.CfnPropertyMixins.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; }