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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataset.OutputFileUriValuePropertystatic final classAn 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. -
builder
-