AWS Fundamentals Logo
AWS Fundamentals
AWS::MemoryDB::MultiRegionParameterGroup

MemoryDB MultiRegionParameterGroup

Represents a multi-region parameter group that can be applied to clusters across multiple regions in Amazon MemoryDB.

Return Values

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

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the multi-region parameter group.
DescriptionstringA description of the multi-region parameter group.
FamilystringThe name of the parameter group family that this multi-region parameter group is compatible with.
MultiRegionParameterGroupNamestringThe name of the multi-region 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::MemoryDB::MultiRegionParameterGroup

Resources:
  MyResource:
    Type: AWS::MemoryDB::MultiRegionParameterGroup
    Properties:

Required IAM Permissions

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

read

memorydb:DescribeMultiRegionParameterGroups

list

memorydb:DescribeMultiRegionParameterGroups

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

ServiceMemoryDB
Properties4
Required0
TaggingNot supported
Primary IDArn

Supported Operations

ReadList

External Links