From 8f4c85e69d8bb5d3a2a1fb1e30f9038c08f1c27c Mon Sep 17 00:00:00 2001 From: Mike Tougeron Date: Mon, 1 Mar 2021 08:11:40 -0800 Subject: [PATCH] Support Throughput for gp3 ebs volumes --- troposphere/ec2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/troposphere/ec2.py b/troposphere/ec2.py index 6a96ee88a..10c5545d6 100644 --- a/troposphere/ec2.py +++ b/troposphere/ec2.py @@ -159,6 +159,7 @@ class EBSBlockDevice(AWSProperty): 'Encrypted': (boolean, False), 'KmsKeyId': (basestring, False), 'Iops': (integer, False), # Conditional + 'Throughput': (integer, False), # Conditional 'SnapshotId': (basestring, False), # Conditional 'VolumeSize': (integer, False), # Conditional 'VolumeType': (basestring, False),