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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDatastore.PartitionProperty
static final class
An implementation forCfnDatastore.PartitionProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The name of the attribute that defines a partition dimension.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAttributeName
The name of the attribute that defines a partition dimension.- See Also:
-
builder
-