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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataset.OutputFileUriValueProperty
static final class
An implementation forCfnDataset.OutputFileUriValueProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.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
-