This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Glue::TableOptimizer IcebergRetentionConfiguration
The IcebergRetentionConfiguration
property type specifies Property description not available. for an AWS::Glue::TableOptimizer.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CleanExpiredFiles" :
Boolean
, "NumberOfSnapshotsToRetain" :Integer
, "SnapshotRetentionPeriodInDays" :Integer
}
YAML
CleanExpiredFiles:
Boolean
NumberOfSnapshotsToRetain:Integer
SnapshotRetentionPeriodInDays:Integer
Properties
CleanExpiredFiles
Property description not available.
Required: No
Type: Boolean
Update requires: No interruption
NumberOfSnapshotsToRetain
Property description not available.
Required: No
Type: Integer
Update requires: No interruption
SnapshotRetentionPeriodInDays
Property description not available.
Required: No
Type: Integer
Update requires: No interruption