AWS::RDS::DBParameterGroupThe 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](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithParamGroups.html) in the *Amazon RDS User Guide*. For information about...
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Description | string | RequiredCreate-only |
Family | string | RequiredCreate-only |
DBParameterGroupName | string | Create-only |
Parameters | object | |
Tags | Array<Tag> |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::RDS::DBParameterGroup
Resources:
MyResource:
Type: AWS::RDS::DBParameterGroup
Properties:
Family: "value"
Description: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iam:CreateServiceLinkedRolerds:AddTagsToResourcerds:CreateDBParameterGrouprds:DescribeDBParameterGroupsrds:DescribeDBParametersrds:DescribeEngineDefaultParametersrds:ListTagsForResourcerds:ModifyDBParameterGrouprds:DescribeDBParameterGroupsrds:DescribeDBParametersrds:ListTagsForResourcerds:AddTagsToResourcerds:DescribeDBParameterGroupsrds:DescribeDBParametersrds:DescribeEngineDefaultParametersrds:ListTagsForResourcerds:ModifyDBParameterGrouprds:ResetDBParameterGrouprds:RemoveTagsFromResourcerds:DeleteDBParameterGrouprds:DescribeDBParameterGroupsEverything you need to know about RDS on one page. HD quality, print-friendly.
Download Free InfographicDBParameterGroupNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DBParameterGroupNameDescriptionFamily