Interface CfnTablePropsMixin.IcebergStructFieldProperty

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

@Stability(Stable) public static interface CfnTablePropsMixin.IcebergStructFieldProperty extends software.amazon.jsii.JsiiSerializable
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.glue.*;
 IcebergStructFieldProperty icebergStructFieldProperty = IcebergStructFieldProperty.builder()
         .doc("doc")
         .id(123)
         .name("name")
         .required(false)
         .type("type")
         .build();
 

See Also: