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<ParameterGroupTagArgs>>? = null) : ConvertibleToJava<ParameterGroupArgs>

The AWS::MemoryDB::ParameterGroup resource creates an Amazon MemoryDB ParameterGroup.

Constructors

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

Functions

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

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.

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

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