interface IcebergSortFieldProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Glue.CfnTable.IcebergSortFieldProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsglue#CfnTable_IcebergSortFieldProperty |
Java | software.amazon.awscdk.services.glue.CfnTable.IcebergSortFieldProperty |
Python | aws_cdk.aws_glue.CfnTable.IcebergSortFieldProperty |
TypeScript | aws-cdk-lib » aws_glue » CfnTable » IcebergSortFieldProperty |
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 icebergSortFieldProperty: glue.CfnTable.IcebergSortFieldProperty = {
direction: 'direction',
nullOrder: 'nullOrder',
sourceId: 123,
transform: 'transform',
};
Properties
| Name | Type | Description |
|---|---|---|
| direction | string | |
| null | string | |
| source | number | |
| transform | string |
direction
Type:
string
nullOrder
Type:
string
sourceId
Type:
number
transform
Type:
string

.NET
Go
Java
Python
TypeScript