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
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
Update requires: No interruption