interface IcebergConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Glue.CfnTableOptimizer.IcebergConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsglue#CfnTableOptimizer_IcebergConfigurationProperty |
![]() | software.amazon.awscdk.services.glue.CfnTableOptimizer.IcebergConfigurationProperty |
![]() | aws_cdk.aws_glue.CfnTableOptimizer.IcebergConfigurationProperty |
![]() | aws-cdk-lib » aws_glue » CfnTableOptimizer » IcebergConfigurationProperty |
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 icebergConfigurationProperty: glue.CfnTableOptimizer.IcebergConfigurationProperty = {
location: 'location',
orphanFileRetentionPeriodInDays: 123,
};
Properties
Name | Type | Description |
---|---|---|
location? | string | |
orphan | number |
location?
Type:
string
(optional)
orphanFileRetentionPeriodInDays?
Type:
number
(optional)