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.",