AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-08-10 · Documentation low

File: cli/latest/reference/glue/get-catalogs.md

Summary

Added IcebergOptimizationPropertiesOutput documentation in catalog listings

Security assessment

Expands documentation about security-related IAM role usage for optimization operations without addressing a specific security issue

Diff

diff --git a/cli/latest/reference/glue/get-catalogs.md b/cli/latest/reference/glue/get-catalogs.md
index 880f6eebf..bc9c186f9 100644
--- a//cli/latest/reference/glue/get-catalogs.md
+++ b//cli/latest/reference/glue/get-catalogs.md
@@ -15 +15 @@
-  * [AWS CLI 2.28.4 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.6 Command Reference](../../index.html) »
@@ -320,0 +321,36 @@ CatalogList -> (list)
+>>> IcebergOptimizationProperties -> (structure)
+>>>
+>>>> An `IcebergOptimizationPropertiesOutput` object that specifies Iceberg table optimization settings for the catalog, including configurations for compaction, retention, and orphan file deletion operations.
+>>>> 
+>>>> RoleArn -> (string)
+>>>>
+>>>>> The Amazon Resource Name (ARN) of the IAM role that is used to perform Iceberg table optimization operations.
+>>>> 
+>>>> Compaction -> (map)
+>>>>
+>>>>> A map of key-value pairs that specify configuration parameters for Iceberg table compaction operations, which optimize the layout of data files to improve query performance.
+>>>>> 
+>>>>> key -> (string)
+>>>>> 
+>>>>> value -> (string)
+>>>> 
+>>>> Retention -> (map)
+>>>>
+>>>>> A map of key-value pairs that specify configuration parameters for Iceberg table retention operations, which manage the lifecycle of table snapshots to control storage costs.
+>>>>> 
+>>>>> key -> (string)
+>>>>> 
+>>>>> value -> (string)
+>>>> 
+>>>> OrphanFileDeletion -> (map)
+>>>>
+>>>>> A map of key-value pairs that specify configuration parameters for Iceberg orphan file deletion operations, which identify and remove files that are no longer referenced by the table metadata.
+>>>>> 
+>>>>> key -> (string)
+>>>>> 
+>>>>> value -> (string)
+>>>> 
+>>>> LastUpdatedTime -> (timestamp)
+>>>>
+>>>>> The timestamp when the Iceberg optimization properties were last updated.
+>>> 
@@ -391 +427 @@ NextToken -> (string)
-  * [AWS CLI 2.28.4 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.6 Command Reference](../../index.html) »