Class CfnDataset.OutputFileUriValueProperty
The value of the variable as a structure that specifies an output file URI.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.IoTAnalytics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class OutputFileUriValueProperty : Object, CfnDataset.IOutputFileUriValueProperty
Syntax (vb)
Public Class OutputFileUriValueProperty
Inherits Object
Implements CfnDataset.IOutputFileUriValueProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTAnalytics;
var outputFileUriValueProperty = new OutputFileUriValueProperty {
FileName = "fileName"
};
Synopsis
Constructors
Output |
Properties
File |
The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket. |
Constructors
OutputFileUriValueProperty()
public OutputFileUriValueProperty()
Properties
FileName
The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.
public string FileName { get; set; }
Property Value
System.