AWS::ElastiCache::ParameterGroupResource Type definition for AWS::ElastiCache::ParameterGroup
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CacheParameterGroupFamily | string | RequiredCreate-only |
Description | string | Required |
Properties | object | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CacheParameterGroupName | string | The name of the Cache Parameter Group. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ElastiCache::ParameterGroup
Resources:
MyResource:
Type: AWS::ElastiCache::ParameterGroup
Properties:
Description: "value"
CacheParameterGroupFamily: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
elasticache:CreateCacheParameterGroupelasticache:DescribeCacheParameterGroupselasticache:AddTagsToResourceelasticache:ModifyCacheParameterGroupiam:CreateServiceLinkedRoleiam:PutRolePolicyelasticache:DescribeCacheParameterGroupselasticache:DescribeCacheParameterselasticache:ListTagsForResourceelasticache:ModifyCacheParameterGroupelasticache:DescribeCacheParameterGroupselasticache:DescribeCacheParameterselasticache:DescribeEngineDefaultParameterselasticache:AddTagsToResourceelasticache:RemoveTagsFromResourceelasticache:DescribeCacheParameterGroupselasticache:DeleteCacheParameterGroupelasticache:DescribeCacheParameterGroupsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterCacheParameterGroupNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
CacheParameterGroupFamily