Skip to content

Commit

Permalink
ec2 volume throughput (#1896)
Browse files Browse the repository at this point in the history
Co-authored-by: A98LHZZ <mmoberg2@mmm.com>
  • Loading branch information
MarshallMoberg and A98LHZZ authored Jun 13, 2021
1 parent b105bc3 commit 7d0ba8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions troposphere/ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@ class Volume(AWSObject):
"Size": (positive_integer, False),
"SnapshotId": (str, False),
"Tags": ((Tags, list), False),
"Throughput": (positive_integer, False),
"VolumeType": (str, False),
}

Expand Down

0 comments on commit 7d0ba8d

Please # to comment.