Merge changes I31d97b0d,I10507113
* changes: Changed SecurityGroups property type to TuplesList Change the policies for User to TuplesList
This commit is contained in:
commit
9ea875a250
@ -68,7 +68,7 @@ class Instance(Resource):
|
||||
'Implemented': False},
|
||||
'RamDiskId': {'Type': 'String',
|
||||
'Implemented': False},
|
||||
'SecurityGroups': {'Type': 'CommaDelimitedList',
|
||||
'SecurityGroups': {'Type': 'TuplesList',
|
||||
'Implemented': False},
|
||||
'SecurityGroupIds': {'Type': 'CommaDelimitedList',
|
||||
'Implemented': False},
|
||||
|
@ -30,7 +30,7 @@ class User(Resource):
|
||||
'Implemented': False},
|
||||
'LoginProfile': {'Type': 'String',
|
||||
'Implemented': False},
|
||||
'Policies': {'Type': 'CommaDelimitedList'}}
|
||||
'Policies': {'Type': 'TuplesList'}}
|
||||
|
||||
def __init__(self, name, json_snippet, stack):
|
||||
super(User, self).__init__(name, json_snippet, stack)
|
||||
|
Loading…
Reference in New Issue
Block a user