Interface CfnDatastore.TimestampPartitionProperty

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

@Stability(Stable) public static interface CfnDatastore.TimestampPartitionProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.iotanalytics.*;
 TimestampPartitionProperty timestampPartitionProperty = TimestampPartitionProperty.builder()
         .attributeName("attributeName")
         // the properties below are optional
         .timestampFormat("timestampFormat")
         .build();
 

See Also: