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: test/robot/stackql/live/readonly/live_readonly.robot
+21-10Lines changed: 21 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -49,13 +49,24 @@ AWS Route53 List Record Sets Simple
49
49
... ${EMPTY}
50
50
... AWS-Route53-List-Record-Sets-Simple
51
51
52
-
# AWS IAM Users Subquery Left Joined With Aliasing and Name Collision
53
-
# [Documentation] AWS IAM Users Complex Query. Acceptable to hardcoode region for global resource.
54
-
# [Tags] aws iam users aws.iam aws.iam.users tier_1
55
-
# ${inputStr} = Catenate
56
-
# ... select u1.UserName, u.UserId, u.Arn, u1.region from ( select Arn, UserName, UserId from aws.iam.users where region = 'us-east-1' ) u inner join aws.iam.users u1 on u1.Arn = u.Arn where region = 'us-east-1' order by u1.UserName desc;
0 commit comments