From 6f3b4ba4a9b61caf7226ea29b71ec0eb63637554 Mon Sep 17 00:00:00 2001 From: Madhushree Ray Date: Tue, 2 Jan 2024 19:25:19 +0530 Subject: [PATCH] Add RDS DB Instance Storage Throughput to query values (#2010) (#2038) Co-authored-by: Todd White --- aws/table_aws_rds_db_instance.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aws/table_aws_rds_db_instance.go b/aws/table_aws_rds_db_instance.go index f0a6ab82b..783229ad6 100644 --- a/aws/table_aws_rds_db_instance.go +++ b/aws/table_aws_rds_db_instance.go @@ -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.",