interface IcebergInputProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Glue.CfnTable.IcebergInputProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsglue#CfnTable_IcebergInputProperty |
Java | software.amazon.awscdk.services.glue.CfnTable.IcebergInputProperty |
Python | aws_cdk.aws_glue.CfnTable.IcebergInputProperty |
TypeScript | aws-cdk-lib » aws_glue » CfnTable » IcebergInputProperty |
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 { aws_glue as glue } from 'aws-cdk-lib';
const icebergInputProperty: glue.CfnTable.IcebergInputProperty = {
metadataOperation: 'metadataOperation',
version: 'version',
};
Properties
Name | Type | Description |
---|---|---|
metadata | string | A required metadata operation. |
version? | string | The table version for the Iceberg table. |
metadataOperation?
Type:
string
(optional)
A required metadata operation.
Can only be set to CREATE.
version?
Type:
string
(optional)
The table version for the Iceberg table.
Defaults to 2.