AWS glue documentation change
Summary
Added a note about the 260KB maximum size limit for job arguments and validation check for exceeding this limit
Security assessment
The change introduces a technical limitation on argument size but does not address a security vulnerability or describe security features. It's a standard validation check.
Diff
diff --git a/glue/latest/dg/aws-glue-programming-etl-glue-arguments.md b/glue/latest/dg/aws-glue-programming-etl-glue-arguments.md index 3f04b368e..9f03133d5 100644 --- a//glue/latest/dg/aws-glue-programming-etl-glue-arguments.md +++ b//glue/latest/dg/aws-glue-programming-etl-glue-arguments.md @@ -9 +9,7 @@ Setting job parametersAccessing job parametersJob parameter reference -When creating a AWS Glue job, you set some standard fields, such as `Role` and `WorkerType`. You can provide additional configuration information through the `Argument` fields (**Job Parameters** in the console). In these fields, you can provide AWS Glue jobs with the arguments (parameters) listed in this topic. For more information about the AWS Glue Job API, see [Jobs](./aws-glue-api-jobs-job.html). +When creating a AWS Glue job, you set some standard fields, such as `Role` and `WorkerType`. You can provide additional configuration information through the `Argument` fields (**Job Parameters** in the console). In these fields, you can provide AWS Glue jobs with the arguments (parameters) listed in this topic. + +For more information about the AWS Glue Job API, see [Jobs](./aws-glue-api-jobs-job.html). + +###### Note + +Job arguments have a maximum size limit of 260KB. A validation check will raise an error if the argument size is greater than 260KB.