I'm trying to create a cloud formation configuration that adds IAM policies to existing role.
Can i do it with the generator?
AWS::IAM::Policy contains Roles field as sequence of ResourceRef[AWS::IAM::Role] that creates a reference to role in current configuration:
I'm trying to create a cloud formation configuration that adds IAM policies to existing role. Can i do it with the generator?
AWS::IAM::Policy
containsRoles
field as sequence ofResourceRef[AWS::IAM::Role]
that creates a reference to role in current configuration:I want it to generate just: