Skip to content

Commit df4e5b9

Browse files
Merge pull request #17476 from anuraaga/patch-1
Clarify minimum duration for assume_role setting
2 parents 1a49802 + 35e6fe8 commit df4e5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/index.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ for more information about connecting to alternate AWS endpoints or AWS compatib
369369

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

372-
* `duration_seconds` - (Optional) Number of seconds to restrict the assume role session duration.
372+
* `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.
373373
* `external_id` - (Optional) External identifier to use when assuming the role.
374374
* `policy` - (Optional) IAM Policy JSON describing further restricting permissions for the IAM Role being assumed.
375375
* `policy_arns` - (Optional) Set of Amazon Resource Names (ARNs) of IAM Policies describing further restricting permissions for the IAM Role being assumed.

0 commit comments

Comments
 (0)