A parameter group. Represents both a cluster parameter group (AWS::RDS::DBClusterParameterGroup), and an instance parameter group (AWS::RDS::DBParameterGroup).
import { ParameterGroup } from 'aws-cdk-lib/aws-rds';Or use the module namespace:
import * as rds from 'aws-cdk-lib/aws-rds';
// rds.ParameterGroupConfiguration passed to the constructor as ParameterGroupProps.
engineRequiredIEngineThe database engine for this parameter group.
descriptionOptionalstringDescription for this parameter group.
Default: a CDK generated description
nameOptionalstringThe name of this parameter group.
Default: - CloudFormation-generated name
parametersOptional{ [key: string]: string }The parameters in this parameter group.
Default: - None
removalPolicyOptionalRemovalPolicyThe CloudFormation policy to apply when the instance is removed from the stack or replaced during an update.
Default: - RemovalPolicy.DESTROY
Everything you need to know about Amazon RDS on one page. HD quality, print-friendly.
Download Free Infographicaws-rds