Show / Hide Table of Contents

Interface CfnDataset.IDatasetContentVersionValueProperty

The dataset whose latest contents are used as input to the notebook or application.

Namespace: Amazon.CDK.AWS.IoTAnalytics
Assembly: Amazon.CDK.AWS.IoTAnalytics.dll
Syntax (csharp)
public interface IDatasetContentVersionValueProperty
Syntax (vb)
Public Interface IDatasetContentVersionValueProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-datasetcontentversionvalue.html

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

Properties

DatasetName

The name of 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.

string DatasetName { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-datasetcontentversionvalue.html#cfn-iotanalytics-dataset-datasetcontentversionvalue-datasetname

Back to top Generated by DocFX