Skip to content

Commit

Permalink
Add QueuedTimeoutInMinutes to CodeBuild Project (#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Jan 20, 2020
1 parent ce394f2 commit 0fd5553
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion troposphere/codebuild.py
Expand Up @@ -319,8 +319,9 @@ class Project(AWSObject):
'Description': (basestring, False),
'EncryptionKey': (basestring, False),
'Environment': (Environment, True),
"LogsConfig": (LogsConfig, False),
'LogsConfig': (LogsConfig, False),
'Name': (basestring, False),
'QueuedTimeoutInMinutes': (integer, False),
'SecondaryArtifacts': ([Artifacts], False),
'SecondarySourceVersions': ([ProjectSourceVersion], False),
'SecondarySources': ([Source], False),
Expand Down

0 comments on commit 0fd5553

Please sign in to comment.