interface IcebergSchemaProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_s3tables.CfnTable.IcebergSchemaProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awss3tables#CfnTable_IcebergSchemaProperty |
![]() | software.amazon.awscdk.services.s3tables.CfnTable.IcebergSchemaProperty |
![]() | aws_cdk.aws_s3tables.CfnTable.IcebergSchemaProperty |
![]() | aws-cdk-lib » aws_s3tables » CfnTable » IcebergSchemaProperty |
Contains details about the schema 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 icebergSchemaProperty: s3tables.CfnTable.IcebergSchemaProperty = {
schemaFieldList: [{
name: 'name',
type: 'type',
// the properties below are optional
required: false,
}],
};
Properties
Name | Type | Description |
---|---|---|
schema | IResolvable | IResolvable | Schema [] | Contains details about the schema for an Iceberg table. |
schemaFieldList
Type:
IResolvable
|
IResolvable
|
Schema
[]
Contains details about the schema for an Iceberg table.