AWS cli documentation change
Summary
Added documentation for ExecutionRoleSessionPolicy parameter in job runs
Security assessment
Documents dynamic permission restriction capability for execution roles during job runs, improving security posture without addressing a specific vulnerability
Diff
diff --git a/cli/latest/reference/glue/get-job-run.md b/cli/latest/reference/glue/get-job-run.md index 039abe70d..10016b33b 100644 --- a//cli/latest/reference/glue/get-job-run.md +++ b//cli/latest/reference/glue/get-job-run.md @@ -15 +15 @@ - * [AWS CLI 2.27.56 Command Reference](../../index.html) » + * [AWS CLI 2.27.59 Command Reference](../../index.html) » @@ -460,0 +461,4 @@ JobRun -> (structure) +> +> ExecutionRoleSessionPolicy -> (string) +> +>> This inline session policy to the StartJobRun API allows you to dynamically restrict the permissions of the specified execution role for the scope of the job, without requiring the creation of additional IAM roles. @@ -472 +476 @@ JobRun -> (structure) - * [AWS CLI 2.27.56 Command Reference](../../index.html) » + * [AWS CLI 2.27.59 Command Reference](../../index.html) »