interface IcebergMetadataProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_s3tables.CfnTable.IcebergMetadataProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awss3tables#CfnTable_IcebergMetadataProperty |
![]() | software.amazon.awscdk.services.s3tables.CfnTable.IcebergMetadataProperty |
![]() | aws_cdk.aws_s3tables.CfnTable.IcebergMetadataProperty |
![]() | aws-cdk-lib » aws_s3tables » CfnTable » IcebergMetadataProperty |
Contains details about the metadata for an Iceberg table.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_s3tables as s3tables } from 'aws-cdk-lib';
const icebergMetadataProperty: s3tables.CfnTable.IcebergMetadataProperty = {
icebergSchema: {
schemaFieldList: [{
name: 'name',
type: 'type',
// the properties below are optional
required: false,
}],
},
};
Properties
Name | Type | Description |
---|---|---|
iceberg | IResolvable | Iceberg | Contains details about the schema for an Iceberg table. |
icebergSchema
Type:
IResolvable
|
Iceberg
Contains details about the schema for an Iceberg table.