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

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

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: