Interface CfnDatastore.PartitionProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDatastore.PartitionProperty.Jsii$Proxy
Enclosing class:
CfnDatastore

@Stability(Stable) public static interface CfnDatastore.PartitionProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.iotanalytics.*;
 PartitionProperty partitionProperty = PartitionProperty.builder()
         .attributeName("attributeName")
         .build();
 

See Also: