Skip to content

Commit

Permalink
Add Name attributes for IAM groups and roles (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkieee authored and markpeek committed Aug 1, 2016
1 parent 2dd5848 commit 8ef1726
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions troposphere/iam.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def validate_title(self):
resource_type = "AWS::IAM::Group"

props = {
'GroupName': (iam_group_name, False),
'ManagedPolicyArns': ([basestring], False),
'Path': (iam_path, False),
'Policies': ([Policy], False),
Expand All @@ -82,6 +83,7 @@ def validate_title(self):
'ManagedPolicyArns': ([basestring], False),
'Path': (iam_path, False),
'Policies': ([Policy], False),
'RoleName': (iam_role_name, False),
}


Expand Down

0 comments on commit 8ef1726

Please sign in to comment.