Skip to content

Commit

Permalink
Fix Serverless MQEvent SourceAccessConfigurations property type (#2236)
Browse files Browse the repository at this point in the history
  • Loading branch information
InQuirer authored Apr 24, 2024
1 parent cf37e7d commit 39e9a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion troposphere/serverless.py
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ class MQEvent(AWSObject):
"MaximumBatchingWindowInSeconds": (integer, False),
"Queues": ([str], True),
"SecretsManagerKmsKeyId": (str, False),
"SourceAccessConfigurations": ([str], True),
"SourceAccessConfigurations": ([SourceAccessConfiguration], True),
}


Expand Down

0 comments on commit 39e9a71

Please sign in to comment.