AWS::IoTAnalytics::Datastore TimestampPartition - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::IoTAnalytics::Datastore TimestampPartition

A partition dimension defined by a timestamp attribute.

Syntax

To declare this entity in your 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