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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTablePropsMixin.IcebergStructFieldPropertystatic final classAn implementation forCfnTablePropsMixin.IcebergStructFieldProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDoc
- See Also:
-
getId
- See Also:
-
getName
- See Also:
-
getRequired
Returns union: eitherBooleanorIResolvable- See Also:
-
getType
- See Also:
-
builder
-