Interface CfnDataset.DataLakeDatasetPrimaryKeyFieldProperty

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

@Stability(Stable) public static interface CfnDataset.DataLakeDatasetPrimaryKeyFieldProperty extends software.amazon.jsii.JsiiSerializable
The primary key field details.

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.scn.*;
 DataLakeDatasetPrimaryKeyFieldProperty dataLakeDatasetPrimaryKeyFieldProperty = DataLakeDatasetPrimaryKeyFieldProperty.builder()
         .name("name")
         .build();
 

See Also: