fix(ec2): enable set throughput param to CfnVolume by bun913 · Pull Request #24118 · aws/aws-cdk
EC2.Volume.throughput does not get passed on into CFN The throughput parameter of the Ec2.Volume class (L2 Construct) was not set to the CfnVolume parameter as described in #24107 Fixed it so that ...