fix: creating of IAM roles in cf templates
This commit is contained in:
parent
7c1cc01eb9
commit
549bf7a2e2
1 changed files with 1 additions and 0 deletions
|
|
@ -340,6 +340,7 @@ class Role(BaseModel):
|
||||||
permissions_boundary=properties.get("PermissionsBoundary", ""),
|
permissions_boundary=properties.get("PermissionsBoundary", ""),
|
||||||
description=properties.get("Description", ""),
|
description=properties.get("Description", ""),
|
||||||
tags=properties.get("Tags", {}),
|
tags=properties.get("Tags", {}),
|
||||||
|
max_session_duration=properties.get("MaxSessionDuration", 3600)
|
||||||
)
|
)
|
||||||
|
|
||||||
policies = properties.get("Policies", [])
|
policies = properties.get("Policies", [])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue