AWS cli documentation change
Summary
Added LakehouseRegistrationStatus and CatalogArn fields in cluster descriptions
Security assessment
Similar to delete-cluster changes, these additions provide status information about federated permissions registration but do not constitute security controls or vulnerability fixes. They enhance operational visibility without security implications.
Diff
diff --git a/cli/latest/reference/redshift/describe-clusters.md b/cli/latest/reference/redshift/describe-clusters.md index 6b101e83a..ddf04bd08 100644 --- a//cli/latest/reference/redshift/describe-clusters.md +++ b//cli/latest/reference/redshift/describe-clusters.md @@ -15 +15 @@ - * [AWS CLI 2.31.39 Command Reference](../../index.html) » + * [AWS CLI 2.32.3 Command Reference](../../index.html) » @@ -1565,0 +1566,20 @@ Clusters -> (list) +>> +>> 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` +>>> + @@ -1577 +1597 @@ Clusters -> (list) - * [AWS CLI 2.31.39 Command Reference](../../index.html) » + * [AWS CLI 2.32.3 Command Reference](../../index.html) »