Skip to content

Commit

Permalink
Add RDS DB Instance Storage Throughput to query values (#2010) (#2038)
Browse files Browse the repository at this point in the history
Co-authored-by: Todd White <[email protected]>
  • Loading branch information
madhushreeray30 and toddwh50 authored Jan 2, 2024
1 parent 6e054ad commit 6f3b4ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aws/table_aws_rds_db_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,11 @@ func tableAwsRDSDBInstance(_ context.Context) *plugin.Table {
Type: proto.ColumnType_BOOL,
Default: false,
},
{
Name: "storage_throughput",
Description: "Specifies the storage throughput for the DB instance. This setting applies only to the gp3 storage type.",
Type: proto.ColumnType_INT,
},
{
Name: "storage_type",
Description: "Specifies the storage type associated with DB instance.",
Expand Down

0 comments on commit 6f3b4ba

Please sign in to comment.