OpenSearch: EBSOptions.Iops and EBSOptions.VolumeSize type should be int
#4504
Labels
bug
This issue is a bug.
documentation
This is a problem with documentation.
jsii
language/dotnet
Related to .NET bindings (C#, F#, ...)
p1
Describe the bug
EBSOptions models Iops and VolumeSize as
double
but the cloud formation template defines them asint
. Deployments fail when these values are set to none integer values.Expected Behavior
EBSOptions.Iops and EBSOptions.VolumeSize type should be
int
https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_EBSOptions.html
Current Behavior
EBSOptions.Iops and EBSOptions.VolumeSize are
double
Reproduction Steps
Possible Solution
Change EBSOptions.Iops and EBSOptions.VolumeSize to
int
Additional Information/Context
No response
CDK CLI Version
2.136.1 (build 6f21c1d)
Framework Version
2.139.0
Node.js Version
v21.7.2
OS
MacOS 13.6.6 (22G630)
Language
.NET
Language Version
8.0.101
Other information
No response
The text was updated successfully, but these errors were encountered: