Class CfnDatasetPropsMixin.OutputFileUriValueProperty
The value of the variable as a structure that specifies an output file URI.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.IoTAnalytics.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDatasetPropsMixin.OutputFileUriValueProperty : CfnDatasetPropsMixin.IOutputFileUriValueProperty
Syntax (vb)
Public Class CfnDatasetPropsMixin.OutputFileUriValueProperty Implements CfnDatasetPropsMixin.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.Mixins.Preview.AWS.IoTAnalytics.Mixins;
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.Mixins.Preview.AWS.IoTAnalytics.Mixins;
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; }