Interface CfnDataset.OutputFileUriValueProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataset.OutputFileUriValueProperty.Jsii$Proxy
Enclosing class:
CfnDataset

@Stability(Stable) public static interface CfnDataset.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.services.iotanalytics.*;
 OutputFileUriValueProperty outputFileUriValueProperty = OutputFileUriValueProperty.builder()
         .fileName("fileName")
         .build();
 

See Also: