AWS cli documentation change
Summary
Added --execution-role-session-policy parameter documentation
Security assessment
Introduces a new security feature allowing temporary permission restrictions via CLI without creating new IAM roles
Diff
diff --git a/cli/latest/reference/glue/start-job-run.md b/cli/latest/reference/glue/start-job-run.md index 6b808a193..9118141ee 100644 --- a//cli/latest/reference/glue/start-job-run.md +++ b//cli/latest/reference/glue/start-job-run.md @@ -15 +15 @@ - * [AWS CLI 2.27.56 Command Reference](../../index.html) » + * [AWS CLI 2.27.59 Command Reference](../../index.html) » @@ -79,0 +80 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glue-2 + [--execution-role-session-policy <value>] @@ -251,0 +253,4 @@ JSON Syntax: +`--execution-role-session-policy` (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. + @@ -392 +397 @@ JobRunId -> (string) - * [AWS CLI 2.27.56 Command Reference](../../index.html) » + * [AWS CLI 2.27.59 Command Reference](../../index.html) »