This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::IoTSiteWise::Dataset
Creates a dataset to connect an external datasource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::IoTSiteWise::Dataset", "Properties" : { "DatasetDescription" :String, "DatasetName" :String, "DatasetSource" :DatasetSource, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::IoTSiteWise::Dataset Properties: DatasetDescription:StringDatasetName:StringDatasetSource:DatasetSourceTags:- Tag
Properties
DatasetDescription-
A description about the dataset, and its functionality.
Required: No
Type: String
Update requires: No interruption
DatasetName-
The name of the dataset.
Required: Yes
Type: String
Update requires: No interruption
DatasetSource-
The data source for the dataset.
Required: Yes
Type: DatasetSource
Update requires: No interruption
-
A list of key-value pairs that contain metadata for the access policy. For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide.
Required: No
Type: Array of Tag
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the DatasetId.
Fn::GetAtt
The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.