OBJECT

DbParameterGroup

Description

Represents a DB parameter group in AWS.

link GraphQL Schema definition

  • type DbParameterGroup {
  • # Name of the DB parameter group.
  • name: String!
  • # Family name of the DB parameter group.
  • family: String!
  • # Amazon Resource Name (ARN) of the DB parameter group.
  • arn: String!
  • # Type of RDS deployment.
  • rdsType: AwsNativeRdsType!
  • }

link Require by