Interface CfnTablePropsMixin.OpenTableFormatInputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTablePropsMixin.OpenTableFormatInputProperty.Jsii$Proxy
- Enclosing class:
CfnTablePropsMixin
@Stability(Stable)
public static interface CfnTablePropsMixin.OpenTableFormatInputProperty
extends software.amazon.jsii.JsiiSerializable
Specifies an
OpenTableFormatInput structure when creating an open format 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.glue.*;
OpenTableFormatInputProperty openTableFormatInputProperty = OpenTableFormatInputProperty.builder()
.icebergInput(IcebergInputProperty.builder()
.metadataOperation("metadataOperation")
.version("version")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTablePropsMixin.OpenTableFormatInputPropertystatic final classAn implementation forCfnTablePropsMixin.OpenTableFormatInputProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIcebergInput
Specifies anIcebergInputstructure that defines an Apache Iceberg metadata table.Returns union: either
IResolvableorCfnTablePropsMixin.IcebergInputProperty- See Also:
-
builder
-