We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffd773 commit 1ac26d3Copy full SHA for 1ac26d3
troposphere/ecr.py
@@ -14,7 +14,7 @@ class Repository(AWSObject):
14
resource_type = "AWS::ECR::Repository"
15
16
props = {
17
- 'ImageScanningConfiguration': (json_checker, False),
+ 'ImageScanningConfiguration': (dict, False),
18
'ImageTagMutability': (basestring, False),
19
'LifecyclePolicy': (LifecyclePolicy, False),
20
'RepositoryName': (basestring, False),
0 commit comments