AWS::IoTAnalytics::Datastore TimestampPartition - 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::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: 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