Class CfnDataset.OutputFileUriValueProperty
The value of the variable as a structure that specifies an output file URI.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.IoTAnalytics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataset.OutputFileUriValueProperty : CfnDataset.IOutputFileUriValueProperty
Syntax (vb)
Public Class CfnDataset.OutputFileUriValueProperty 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
OutputFileUriValueProperty() | The value of the variable as a structure that specifies an output file URI. |
Properties
FileName | The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket. |
Constructors
OutputFileUriValueProperty()
The value of the variable as a structure that specifies an output file URI.
public OutputFileUriValueProperty()
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"
};
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; }