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: