aws-cdk-lib.aws_iotanalytics.CfnDatastore.PartitionProperty

interface PartitionProperty

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

A single dimension to partition a data store.

The dimension must be an AttributePartition or a TimestampPartition .

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 partitionProperty: iotanalytics.CfnDatastore.PartitionProperty = {
  attributeName: 'attributeName',
};

Properties

NameTypeDescription
attributeNamestringThe name of the attribute that defines a partition dimension.

attributeName

Type: string

The name of the attribute that defines a partition dimension.