-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws_cdk.aws_ec2.BlockDeviceVolume: throughput in ebs function does not exist #31984
Comments
Thanks for reaching out @ayankowsky. |
I believe the issue is related to the ReadMe files that do not match the available properties. |
actually, I am wrong, ReadMe is correct, and the throughput property exists in the type I do not think this is a valid issue. |
Also I can find this property is used in our integ test , and this is the generated template snippet for it |
Describe the issue
The
throughput
parameter in theBlockDeviceVolume.ebs()
function does not exist. The documentation shows that it does.TypeError: BlockDeviceVolume.ebs() got an unexpected keyword argument 'throughput'
Links
https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_ec2/BlockDeviceVolume.html#aws_cdk.aws_ec2.BlockDeviceVolume.ebs
The text was updated successfully, but these errors were encountered: