Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8f42f commit 17e1661Copy full SHA for 17e1661
1 file changed
troposphere/codebuild.py
@@ -49,8 +49,8 @@ class Environment(AWSProperty):
49
'ComputeType': (basestring, True),
50
'EnvironmentVariables': ((list, [EnvironmentVariable]), False),
51
'Image': (basestring, True),
52
- 'Type': (basestring, True),
53
'PrivilegedMode': (boolean, False),
+ 'Type': (basestring, True),
54
}
55
56
def validate(self):
0 commit comments