Show / Hide Table of Contents

Class CfnDatasetPropsMixin.OutputFileUriValueProperty

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

Inheritance
object
CfnDatasetPropsMixin.OutputFileUriValueProperty
Implements
CfnDatasetPropsMixin.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.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

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.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

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.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; }
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

CfnDatasetPropsMixin.IOutputFileUriValueProperty
Back to top Generated by DocFX