We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfea179 + c95c19f commit 413fd33Copy full SHA for 413fd33
src/e3/aws/troposphere/iam/role.py
@@ -52,7 +52,7 @@ class Role(Construct):
52
tags: dict[str, str] = field(default_factory=lambda: {})
53
path: str = "/"
54
boundary: str | None = None
55
- condition: dict[str, dict] | None = None
+ condition: str | dict[str, dict] | None = None
56
inline_policies: dict[str, PolicyDocument | PolicyStatement | dict] | None = None
57
58
@property
0 commit comments