Skip to content

Commit

Permalink
Add PerformanceMode to FileSystem resource (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
philtay authored and markpeek committed Aug 11, 2016
1 parent caae924 commit df08d2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions troposphere/efs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class FileSystem(AWSObject):

props = {
'FileSystemTags': (Tags, False),
'PerformanceMode': (basestring, False),
}


Expand Down

0 comments on commit df08d2a

Please sign in to comment.