AWS cli documentation change
Summary
Added LakehouseRegistrationStatus and CatalogArn fields describing federated permissions registration status
Security assessment
The changes add operational status fields related to lakehouse registration but do not introduce security controls or address vulnerabilities. They provide informational context rather than security configuration.
Diff
diff --git a/cli/latest/reference/redshift/delete-cluster.md b/cli/latest/reference/redshift/delete-cluster.md index a202dbcda..3ce68098c 100644 --- a//cli/latest/reference/redshift/delete-cluster.md +++ b//cli/latest/reference/redshift/delete-cluster.md @@ -15 +15 @@ - * [AWS CLI 2.31.39 Command Reference](../../index.html) » + * [AWS CLI 2.32.3 Command Reference](../../index.html) » @@ -1486,0 +1487,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` +>> + @@ -1498 +1518 @@ Cluster -> (structure) - * [AWS CLI 2.31.39 Command Reference](../../index.html) » + * [AWS CLI 2.32.3 Command Reference](../../index.html) »