This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::IoTAnalytics::Datastore TimestampPartition
A partition dimension defined by a timestamp attribute.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AttributeName" :String, "TimestampFormat" :String}
YAML
AttributeName:StringTimestampFormat:String
Properties
- AttributeName
- 
                    The attribute name of the partition defined by a timestamp. Required: Yes Type: String Pattern: [a-zA-Z0-9_]+Update requires: No interruption 
- TimestampFormat
- 
                    The timestamp format of a partition defined by a timestamp. The default format is seconds since epoch (January 1, 1970 at midnight UTC time). Required: No Type: String Pattern: [a-zA-Z0-9\s\[\]_,.'/:-]*Update requires: No interruption