Show / Hide Table of Contents

Interface CfnDataset.IOutputFileUriValueProperty

The value of the variable as a structure that specifies an output file URI.

Namespace: Amazon.CDK.AWS.IoTAnalytics
Assembly: Amazon.CDK.AWS.IoTAnalytics.dll
Syntax (csharp)
public interface IOutputFileUriValueProperty
Syntax (vb)
Public Interface IOutputFileUriValueProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-outputfileurivalue.html

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;

OutputFileUriValueProperty outputFileUriValueProperty = new OutputFileUriValueProperty {
    FileName = "fileName"
};

Synopsis

Properties

FileName

The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.

Properties

FileName

The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.

string FileName { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-outputfileurivalue.html#cfn-iotanalytics-dataset-outputfileurivalue-filename

Back to top Generated by DocFX