Skip to content

Commit

Permalink
Updates from spec version 182.0.0 (#2257)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 26, 2024
1 parent b947a39 commit 05fb8a2
Show file tree
Hide file tree
Showing 13 changed files with 535 additions and 9 deletions.
2 changes: 1 addition & 1 deletion troposphere/awslambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class AliasRoutingConfiguration(AWSProperty):
"""

props: PropsDictType = {
"AdditionalVersionWeights": ([VersionWeight], True),
"AdditionalVersionWeights": ([VersionWeight], False),
}


Expand Down
1 change: 1 addition & 0 deletions troposphere/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@ class NodeRangeProperty(AWSProperty):
props: PropsDictType = {
"Container": (ContainerProperties, False),
"EcsProperties": (EcsProperties, False),
"EksProperties": (EksProperties, False),
"InstanceTypes": ([str], False),
"TargetNodes": (str, True),
}
Expand Down
Loading

0 comments on commit 05fb8a2

Please sign in to comment.