AWS redshift documentation change
Summary
Updated example IAM role ARN from 'arn:aws:iam::467896856988:role/Redshift-Exfunc-Test' to a placeholder 'arn:aws:iam::123456789012:role/Redshift-Exfunc-Test'.
Security assessment
Change replaces a real account ID with a generic placeholder (123456789012) for illustrative purposes. No security vulnerability is addressed; this is a standard documentation sanitization to avoid exposing example account details.
Diff
diff --git a/redshift/latest/dg/SYS_LUDF_DETAIL.md b/redshift/latest/dg/SYS_LUDF_DETAIL.md index d14711146..e3536a675 100644 --- a//redshift/latest/dg/SYS_LUDF_DETAIL.md +++ b//redshift/latest/dg/SYS_LUDF_DETAIL.md @@ -45 +45 @@ The following example uses a Lambda UDF in a query, and then shows how to query - IAM_ROLE 'arn:aws:iam::467896856988:role/Redshift-Exfunc-Test'; + IAM_ROLE 'arn:aws:iam::123456789012:role/Redshift-Exfunc-Test';