Skip to content

Commit

Permalink
Update AWS::FSx::FileSystem.LustreConfiguration per 2020-07-09 update
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Jul 12, 2020
1 parent 68773ee commit 587403a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions troposphere/fsx.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ def validate_lustreconfiguration_perunitstoragethroughput(lustreconfiguration_pe

class LustreConfiguration(AWSProperty):
props = {
'AutomaticBackupRetentionDays': (integer, False),
'CopyTagsToBackups': (boolean, False),
'DailyAutomaticBackupStartTime': (basestring, False),
'DeploymentType': (validate_lustreconfiguration_deploymenttype, False),
'ExportPath': (basestring, False),
'ImportedFileChunkSize': (integer, False),
Expand Down

0 comments on commit 587403a

Please sign in to comment.