aws-cdk-lib.aws_iotanalytics.CfnDatastore.TimestampPartitionProperty

interface TimestampPartitionProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTAnalytics.CfnDatastore.TimestampPartitionProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotanalytics#CfnDatastore_TimestampPartitionProperty
Javasoftware.amazon.awscdk.services.iotanalytics.CfnDatastore.TimestampPartitionProperty
Pythonaws_cdk.aws_iotanalytics.CfnDatastore.TimestampPartitionProperty
TypeScript aws-cdk-lib » aws_iotanalytics » CfnDatastore » TimestampPartitionProperty

A partition dimension defined by a timestamp attribute.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotanalytics as iotanalytics } from 'aws-cdk-lib';
const timestampPartitionProperty: iotanalytics.CfnDatastore.TimestampPartitionProperty = {
  attributeName: 'attributeName',

  // the properties below are optional
  timestampFormat: 'timestampFormat',
};

Properties

NameTypeDescription
attributeNamestringThe attribute name of the partition defined by a timestamp.
timestampFormat?stringThe timestamp format of a partition defined by a timestamp.

attributeName

Type: string

The attribute name of the partition defined by a timestamp.


timestampFormat?

Type: string (optional)

The timestamp format of a partition defined by a timestamp.

The default format is seconds since epoch (January 1, 1970 at midnight UTC time).