AWS cli documentation change
Summary
Added documentation for ExecutionRoleSessionPolicy parameter explaining inline session policy usage
Security assessment
The change introduces documentation for ExecutionRoleSessionPolicy which enables dynamic permission restrictions for job execution roles. This is a security feature enhancement but does not indicate a specific security issue being patched.
Diff
diff --git a/cli/latest/reference/glue/get-job-runs.md b/cli/latest/reference/glue/get-job-runs.md index 50f2a297e..f675e0e03 100644 --- a//cli/latest/reference/glue/get-job-runs.md +++ b//cli/latest/reference/glue/get-job-runs.md @@ -15 +15 @@ - * [AWS CLI 2.27.56 Command Reference](../../index.html) » + * [AWS CLI 2.27.59 Command Reference](../../index.html) » @@ -526,0 +527,4 @@ JobRuns -> (list) +>> +>> 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. @@ -542 +546 @@ NextToken -> (string) - * [AWS CLI 2.27.56 Command Reference](../../index.html) » + * [AWS CLI 2.27.59 Command Reference](../../index.html) »