AWS::IoTAnalytics::Datastore TimestampPartition - AWS CloudFormation

AWS::IoTAnalytics::Datastore TimestampPartition

A partition dimension defined by a timestamp attribute.

Syntax

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

JSON

{ "AttributeName" : String, "TimestampFormat" : String }

YAML

AttributeName: String TimestampFormat: 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