Information about a database parameter group.
data "aws_db_parameter_group" "test" {
name = "default.postgres15"
}
The following arguments are required:
name
- (Required) DB parameter group name.This data source exports the following attributes in addition to the arguments above:
arn
- ARN of the parameter group.family
- Family of the parameter group.description
- Description of the parameter group.