get Db Parameter Group
The `AWS::RDS::DBParameterGroup`
resource creates a custom parameter group for an RDS database family. This type can be declared in a template and referenced in the `DBParameterGroupName`
property of an `AWS::RDS::DBInstance`
resource. For information about configuring parameters for Amazon RDS DB instances, see Working with parameter groups in the Amazon RDS User Guide. For information about configuring parameters for Amazon Aurora DB instances, see Working with parameter groups in the Amazon Aurora User Guide. Applying a parameter group to a DB instance may require the DB instance to reboot, resulting in a database outage for the duration of the reboot.
Return
null
Parameters
null
Return
null
Parameters
The name of the DB parameter group. Constraints:
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens If you don't specify a value for
`DBParameterGroupName`
property, a name is automatically created for the DB parameter group. This value is stored as a lowercase string.
See also
Return
null
Parameters
Builder for com.pulumi.awsnative.rds.kotlin.inputs.GetDbParameterGroupPlainArgs.