AWS::IoTAnalytics::Dataset OutputFileUriValue - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::IoTAnalytics::Dataset OutputFileUriValue

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "FileName" : String }

YAML

FileName: String

Properties

FileName

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

Required: Yes

Type: String

Pattern: ^[\w\.-]{1,255}$

Update requires: No interruption