AWS::IoTAnalytics::Datastore Partition - AWS CloudFormation

AWS::IoTAnalytics::Datastore Partition

A single dimension to partition a data store. The dimension must be an AttributePartition or a TimestampPartition.

Syntax

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

JSON

{ "AttributeName" : String }

YAML

AttributeName: String

Properties

AttributeName

The name of the attribute that defines a partition dimension.

Required: Yes

Type: String

Pattern: [a-zA-Z0-9_]+

Update requires: No interruption