allocatedStorage property
For all database engines except Amazon Aurora, AllocatedStorage
specifies the allocated storage size in gibibytes (GiB). For Aurora,
AllocatedStorage
always returns 1, because Aurora DB cluster
storage size isn't fixed, but instead automatically adjusts as needed.
Implementation
final int? allocatedStorage;