Show / Hide Table of Contents

Class CfnDataset.DatasetContentVersionValueProperty

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

Inheritance
object
CfnDataset.DatasetContentVersionValueProperty
Implements
CfnDataset.IDatasetContentVersionValueProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: 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

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

See: 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"
             };

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

string

Remarks

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

Implements

CfnDataset.IDatasetContentVersionValueProperty
Back to top Generated by DocFX