RDS Cluster Parameter Group
The RDS Cluster Parameter Group in AWS is a collection of parameters that define the behaviour of an Amazon RDS DB cluster. These parameters allow you to customise database settings such as memory allocation, storage, and logging options. Each parameter group acts as a container for engine configuration values that are applied to one or more DB clusters. To learn more about RDS Cluster Parameter Groups, visit the official AWS documentation.
Terraform Mappings:
aws_rds_cluster_parameter_group.arn
Supported Methods​
GET
: Get a parameter group by nameLIST
: List all RDS parameter groupsSEARCH
: Search for a parameter group by ARN