Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-memorydb-parametergroup.json
Parent schema serverless-framework-configuration
Type: object

The AWS::MemoryDB::ParameterGroup resource creates an Amazon MemoryDB ParameterGroup.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-memorydb

Properties

ParameterGroupName string | Aws_CF_FunctionString required

The name of the parameter group.

Family string | Aws_CF_FunctionString required

The name of the parameter group family that this parameter group is compatible with.

Description string | Aws_CF_FunctionString

A description of the parameter group.

Tags Tag[]

An array of key-value pairs to apply to this parameter group.

maxItems=50uniqueItems=true
Parameters object

An map of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional.

Definitions

Tag object

A key-value pair to associate with a resource.

Key string | Aws_CF_FunctionString required

The key for the tag. May not be null.

Value string | Aws_CF_FunctionString required

The tag's value. May be null.