Parameter Group Args
data class ParameterGroupArgs(val description: Output<String>? = null, val family: Output<String>? = null, val parameterGroupName: Output<String>? = null, val parameters: Output<Any>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ParameterGroupArgs>
The AWS::MemoryDB::ParameterGroup resource creates an Amazon MemoryDB ParameterGroup.
Constructors
Properties
Link copied to clipboard
A description of the parameter group.
Link copied to clipboard
The name of the parameter group.
Link copied to clipboard
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. Search the CloudFormation User Guide for AWS::MemoryDB::ParameterGroup
for more information about the expected schema for this property.