interface PartitionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IoTAnalytics.CfnDatastorePropsMixin.PartitionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsiotanalytics#CfnDatastorePropsMixin_PartitionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.iotanalytics.CfnDatastorePropsMixin.PartitionProperty |
Python | aws_cdk.cfn_property_mixins.aws_iotanalytics.CfnDatastorePropsMixin.PartitionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_iotanalytics » CfnDatastorePropsMixin » 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/cfn-property-mixins';
const partitionProperty: iotanalytics.CfnDatastorePropsMixin.PartitionProperty = {
attributeName: 'attributeName',
};
Properties
| Name | Type | Description |
|---|---|---|
| attribute | string | The name of the attribute that defines a partition dimension. |
attributeName?
Type:
string
(optional)
The name of the attribute that defines a partition dimension.

.NET
Go
Java
Python
TypeScript