interface IcebergPartitionFieldProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Glue.CfnTablePropsMixin.IcebergPartitionFieldProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsglue#CfnTablePropsMixin_IcebergPartitionFieldProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.glue.CfnTablePropsMixin.IcebergPartitionFieldProperty |
Python | aws_cdk.cfn_property_mixins.aws_glue.CfnTablePropsMixin.IcebergPartitionFieldProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_glue » CfnTablePropsMixin » IcebergPartitionFieldProperty |
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 icebergPartitionFieldProperty: glue.CfnTablePropsMixin.IcebergPartitionFieldProperty = {
fieldId: 123,
name: 'name',
sourceId: 123,
transform: 'transform',
};
Properties
| Name | Type | Description |
|---|---|---|
| field | number | |
| name? | string | |
| source | number | |
| transform? | string |
fieldId?
Type:
number
(optional)
name?
Type:
string
(optional)
sourceId?
Type:
number
(optional)
transform?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript