Skip to content

Commit

Permalink
Merge pull request #17476 from anuraaga/patch-1
Browse files Browse the repository at this point in the history
Clarify minimum duration for assume_role setting
  • Loading branch information
breathingdust authored Feb 12, 2021
2 parents 1a49802 + 35e6fe8 commit df4e5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ for more information about connecting to alternate AWS endpoints or AWS compatib

The `assume_role` configuration block supports the following optional arguments:

* `duration_seconds` - (Optional) Number of seconds to restrict the assume role session duration.
* `duration_seconds` - (Optional) Number of seconds to restrict the assume role session duration. You can provide a value from 900 seconds (15 minutes) up to the maximum session duration setting for the role.
* `external_id` - (Optional) External identifier to use when assuming the role.
* `policy` - (Optional) IAM Policy JSON describing further restricting permissions for the IAM Role being assumed.
* `policy_arns` - (Optional) Set of Amazon Resource Names (ARNs) of IAM Policies describing further restricting permissions for the IAM Role being assumed.
Expand Down

0 comments on commit df4e5b9

Please sign in to comment.