AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-11-22 · Documentation low

File: cli/latest/reference/redshift/restore-from-cluster-snapshot.md

Summary

Added --catalog-name and --redshift-idc-application-arn parameters with Glue/IAM Identity Center integration docs

Security assessment

Introduces documentation for identity propagation features but no security vulnerability addressed

Diff

diff --git a/cli/latest/reference/redshift/restore-from-cluster-snapshot.md b/cli/latest/reference/redshift/restore-from-cluster-snapshot.md
index c140e16fc..37506c19b 100644
--- a//cli/latest/reference/redshift/restore-from-cluster-snapshot.md
+++ b//cli/latest/reference/redshift/restore-from-cluster-snapshot.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.39 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.3 Command Reference](../../index.html) »
@@ -120,0 +121,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/redshi
+    [--catalog-name <value>]
+    [--redshift-idc-application-arn <value>]
@@ -542,0 +545,33 @@ Syntax:
+`--catalog-name` (string)
+
+> The name of the Glue Data Catalog that will be associated with the cluster enabled with Amazon Redshift federated permissions.
+> 
+> Constraints:
+> 
+>   * Must contain at least one lowercase letter.
+>   * Can only contain lowercase letters (a-z), numbers (0-9), underscores (_), and hyphens (-).
+> 
+
+> 
+> Pattern: `^[a-z0-9_-]*[a-z]+[a-z0-9_-]*$`
+> 
+> Example: `my-catalog_01`
+> 
+> Constraints:
+> 
+>   * min: `1`
+>   * max: `64`
+>   * pattern: `^[a-z0-9_-]*[a-z]+[a-z0-9_-]*$`
+> 
+
+
+`--redshift-idc-application-arn` (string)
+
+> The Amazon Resource Name (ARN) of the IAM Identity Center application used for enabling Amazon Web Services IAM Identity Center trusted identity propagation on a cluster enabled with Amazon Redshift federated permissions.
+> 
+> Constraints:
+> 
+>   * max: `2147483647`
+> 
+
+
@@ -1899,0 +1935,20 @@ Cluster -> (structure)
+> 
+> LakehouseRegistrationStatus -> (string)
+>
+>> The status of the lakehouse registration for the cluster. Indicates whether the cluster is successfully registered with Amazon Redshift federated permissions.
+>> 
+>> Constraints:
+>> 
+>>   * max: `2147483647`
+>> 
+
+> 
+> CatalogArn -> (string)
+>
+>> The Amazon Resource Name (ARN) of the Glue data catalog associated with the cluster enabled with Amazon Redshift federated permissions.
+>> 
+>> Constraints:
+>> 
+>>   * max: `2147483647`
+>> 
+
@@ -1911 +1966 @@ Cluster -> (structure)
-  * [AWS CLI 2.31.39 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.3 Command Reference](../../index.html) »