interface IcebergStructFieldProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Glue.CfnTablePropsMixin.IcebergStructFieldProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsglue#CfnTablePropsMixin_IcebergStructFieldProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.glue.CfnTablePropsMixin.IcebergStructFieldProperty |
Python | aws_cdk.cfn_property_mixins.aws_glue.CfnTablePropsMixin.IcebergStructFieldProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_glue » CfnTablePropsMixin » IcebergStructFieldProperty |
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/cfn-property-mixins';
const icebergStructFieldProperty: glue.CfnTablePropsMixin.IcebergStructFieldProperty = {
doc: 'doc',
id: 123,
name: 'name',
required: false,
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| doc? | string | |
| id? | number | |
| name? | string | |
| required? | boolean | IResolvable | |
| type? | string |
doc?
Type:
string
(optional)
id?
Type:
number
(optional)
name?
Type:
string
(optional)
required?
Type:
boolean | IResolvable
(optional)
type?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript