ParameterGroupArgs

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

Link copied to clipboard
constructor(description: Output<String>? = null, family: Output<String>? = null, parameterGroupName: Output<String>? = null, parameters: Output<Any>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

A description of the parameter group.

Link copied to clipboard
val family: Output<String>? = null

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

Link copied to clipboard
val parameterGroupName: Output<String>? = null

The name of the parameter group.

Link copied to clipboard
val parameters: Output<Any>? = null

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.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ParameterGroupArgs