Interface CfnTable.IcebergInputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTable.IcebergInputProperty.Jsii$Proxy
- Enclosing class:
CfnTable
@Stability(Stable)
public static interface CfnTable.IcebergInputProperty
extends software.amazon.jsii.JsiiSerializable
Specifies an input structure that defines an Apache Iceberg metadata 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.services.glue.*; IcebergInputProperty icebergInputProperty = IcebergInputProperty.builder() .metadataOperation("metadataOperation") .version("version") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTable.IcebergInputProperty
static final class
An implementation forCfnTable.IcebergInputProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMetadataOperation
A required metadata operation.Can only be set to CREATE.
- See Also:
-
getVersion
The table version for the Iceberg table.Defaults to 2.
- See Also:
-
builder
-