how can we set/assign name of any IAM role while creating an IAM role with cloudformation
. Say i want to create an IAM
role with name NewRole
, using cloudformation script, but i cant find any parameter in resource declaration for IAM role, where we can define name of the IAM role to be created.
Home
/
user-327237