Interface CfnTablePropsMixin.IcebergPartitionFieldProperty

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

@Stability(Stable) public static interface CfnTablePropsMixin.IcebergPartitionFieldProperty extends software.amazon.jsii.JsiiSerializable
A partition field specification for an Iceberg table.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.s3tables.*;
 IcebergPartitionFieldProperty icebergPartitionFieldProperty = IcebergPartitionFieldProperty.builder()
         .fieldId(123)
         .name("name")
         .sourceId(123)
         .transform("transform")
         .build();
 

See Also: