OBJECT
DbParameterGroup
Description
Represents a DB parameter group in AWS.
link GraphQL Schema definition
- type DbParameterGroup {
- # Name of the DB parameter group.
- String! :
- # Family name of the DB parameter group.
- String! :
- # Amazon Resource Name (ARN) of the DB parameter group.
- String! :
- # Type of RDS deployment.
- AwsNativeRdsType! :
- }