Interface CfnDatasetPropsMixin.DatasetContentVersionValueProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDatasetPropsMixin.DatasetContentVersionValueProperty.Jsii$Proxy
- Enclosing class:
CfnDatasetPropsMixin
@Stability(Stable)
public static interface CfnDatasetPropsMixin.DatasetContentVersionValueProperty
extends software.amazon.jsii.JsiiSerializable
The dataset whose latest contents are used as input to the notebook or application.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.iotanalytics.*;
DatasetContentVersionValueProperty datasetContentVersionValueProperty = DatasetContentVersionValueProperty.builder()
.datasetName("datasetName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDatasetPropsMixin.DatasetContentVersionValuePropertystatic final classAn implementation forCfnDatasetPropsMixin.DatasetContentVersionValueProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDatasetName
The name of the dataset whose latest contents are used as input to the notebook or application.- See Also:
-
builder
-