You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -821,6 +821,7 @@ No modules.
821
821
| <aname="input_reserved_concurrent_executions"></a> [reserved\_concurrent\_executions](#input\_reserved\_concurrent\_executions)| The amount of reserved concurrent executions for this Lambda Function. A value of 0 disables Lambda Function from being triggered and -1 removes any concurrency limitations. Defaults to Unreserved Concurrency Limits -1. |`number`|`-1`| no |
822
822
| <aname="input_role_description"></a> [role\_description](#input\_role\_description)| Description of IAM role to use for Lambda Function |`string`|`null`| no |
823
823
| <aname="input_role_force_detach_policies"></a> [role\_force\_detach\_policies](#input\_role\_force\_detach\_policies)| Specifies to force detaching any policies the IAM role has before destroying it. |`bool`|`true`| no |
824
+
| <aname="input_role_maximum_session_duration"></a> [role\_maximum\_session\_duration](#input\_role\_maximum\_session\_duration)| Maximum session duration, in seconds, for the IAM role |`number`|`3600`| no |
824
825
| <aname="input_role_name"></a> [role\_name](#input\_role\_name)| Name of IAM role to use for Lambda Function |`string`|`null`| no |
825
826
| <aname="input_role_path"></a> [role\_path](#input\_role\_path)| Path of IAM role to use for Lambda Function |`string`|`null`| no |
826
827
| <aname="input_role_permissions_boundary"></a> [role\_permissions\_boundary](#input\_role\_permissions\_boundary)| The ARN of the policy that is used to set the permissions boundary for the IAM role used by Lambda Function |`string`|`null`| no |
0 commit comments