AWS glue documentation change
Summary
Updated DynamoDB cross-account role ARN example to use concrete values
Security assessment
The change replaces a placeholder ARN with a valid example format but does not address security flaws or introduce security-related content. It improves documentation clarity without security implications.
Diff
diff --git a/glue/latest/dg/aws-glue-programming-etl-dynamo-db-cross-account.md b/glue/latest/dg/aws-glue-programming-etl-dynamo-db-cross-account.md index 9e4744302..61112c383 100644 --- a//glue/latest/dg/aws-glue-programming-etl-dynamo-db-cross-account.md +++ b//glue/latest/dg/aws-glue-programming-etl-dynamo-db-cross-account.md @@ -33 +33 @@ JSON - "Resource": "<DynamoDBCrossAccessRole's ARN>" + "Resource": "arn:aws:iam::111122223333:role/DynamoDBCrossAccessRole"