AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Added IcebergOptimizationPropertiesOutput documentation including IAM role usage and optimization configurations

Security assessment

Documents security-related IAM role configuration for Iceberg operations but does not indicate a security vulnerability fix

Diff

diff --git a/cli/latest/reference/glue/get-catalog.md b/cli/latest/reference/glue/get-catalog.md
index b0796c51d..1c8646455 100644
--- a//cli/latest/reference/glue/get-catalog.md
+++ b//cli/latest/reference/glue/get-catalog.md
@@ -15 +15 @@
-  * [AWS CLI 2.28.4 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.6 Command Reference](../../index.html) »
@@ -294,0 +295,36 @@ Catalog -> (structure)
+>> 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.
+>> 
@@ -361 +397 @@ Catalog -> (structure)
-  * [AWS CLI 2.28.4 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.6 Command Reference](../../index.html) »