AWS::MemoryDB::MultiRegionParameterGroupRepresents a multi-region parameter group that can be applied to clusters across multiple regions in Amazon MemoryDB.
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the multi-region parameter group. |
Description | string | A description of the multi-region parameter group. |
Family | string | The name of the parameter group family that this multi-region parameter group is compatible with. |
MultiRegionParameterGroupName | string | The name of the multi-region parameter group. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MemoryDB::MultiRegionParameterGroup
Resources:
MyResource:
Type: AWS::MemoryDB::MultiRegionParameterGroup
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
memorydb:DescribeMultiRegionParameterGroupsmemorydb:DescribeMultiRegionParameterGroupsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn