Skip to content

Commit

Permalink
Add Name attributes for IAM groups and roles (cloudtools#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkieee authored and covataamos committed Oct 24, 2016
1 parent 45443ab commit 4b0303c
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 4b0303c

Please sign in to comment.