Difference between revisions of "Aws iam get-role --role-name"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
 +
 +
for ROLE in $(aws iam list-roles); do [[aws iam get-role]] --role-name ROLE; done
 +
 +
 +
* <code>[[aws iam list-roles]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 16:43, 10 October 2024


for ROLE in $(aws iam list-roles); do aws iam get-role --role-name ROLE; done


See also[edit]

Advertising: