Show / Hide Table of Contents

Class CfnDataset.OutputFileUriValueProperty

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

Inheritance
object
CfnDataset.OutputFileUriValueProperty
Implements
CfnDataset.IOutputFileUriValueProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: 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;

             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

See: 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;

             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; }
Property Value

string

Remarks

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

Implements

CfnDataset.IOutputFileUriValueProperty
Back to top Generated by DocFX