Interface CfnDatasetPropsMixin.OutputFileUriValueProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDatasetPropsMixin.OutputFileUriValueProperty.Jsii$Proxy
- Enclosing class:
CfnDatasetPropsMixin
@Stability(Stable)
public static interface CfnDatasetPropsMixin.OutputFileUriValueProperty
extends software.amazon.jsii.JsiiSerializable
The value of the variable as a structure that specifies an output file URI.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.iotanalytics.mixins.*;
OutputFileUriValueProperty outputFileUriValueProperty = OutputFileUriValueProperty.builder()
.fileName("fileName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDatasetPropsMixin.OutputFileUriValuePropertystatic final classAn implementation forCfnDatasetPropsMixin.OutputFileUriValueProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFileName
The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.- See Also:
-
builder
-