AWS Fundamentals Logo
AWS Fundamentals
AWS::ElastiCache::ParameterGroup

ElastiCache ParameterGroup

Resource Type definition for AWS::ElastiCache::ParameterGroup

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
CacheParameterGroupFamily
string
RequiredCreate-only
Description
string
Required
Properties
object
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CacheParameterGroupNamestringThe name of the Cache Parameter Group.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

elasticache:CreateCacheParameterGroupelasticache:DescribeCacheParameterGroupselasticache:AddTagsToResourceelasticache:ModifyCacheParameterGroupiam:CreateServiceLinkedRoleiam:PutRolePolicy

read

elasticache:DescribeCacheParameterGroupselasticache:DescribeCacheParameterselasticache:ListTagsForResource

update

elasticache:ModifyCacheParameterGroupelasticache:DescribeCacheParameterGroupselasticache:DescribeCacheParameterselasticache:DescribeEngineDefaultParameterselasticache:AddTagsToResourceelasticache:RemoveTagsFromResource

delete

elasticache:DescribeCacheParameterGroupselasticache:DeleteCacheParameterGroup

list

elasticache:DescribeCacheParameterGroups

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceElastiCache
Properties5
Required2
TaggingSupported
Primary IDCacheParameterGroupName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

CacheParameterGroupFamily

External Links