@Stability(value=Stable)
public static interface CfnDataset.OutputFileUriValueProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataset.OutputFileUriValueProperty.Builder
A builder for
CfnDataset.OutputFileUriValueProperty |
static class |
CfnDataset.OutputFileUriValueProperty.Jsii$Proxy
An implementation for
CfnDataset.OutputFileUriValueProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataset.OutputFileUriValueProperty.Builder |
builder() |
String |
getFileName()
The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.
|
@Stability(value=Stable) @NotNull String getFileName()
@Stability(value=Stable) static CfnDataset.OutputFileUriValueProperty.Builder builder()
Copyright © 2022. All rights reserved.