DbParameterGroupArgs

data class DbParameterGroupArgs(val dbParameterGroupName: Output<String>? = null, val description: Output<String>? = null, val family: Output<String>? = null, val parameters: Output<Any>? = null, val tags: Output<List<DbParameterGroupTagArgs>>? = null) : ConvertibleToJava<DbParameterGroupArgs>

The AWS::RDS::DBParameterGroup resource creates a custom parameter group for an RDS database family

Constructors

Link copied to clipboard
fun DbParameterGroupArgs(dbParameterGroupName: Output<String>? = null, description: Output<String>? = null, family: Output<String>? = null, parameters: Output<Any>? = null, tags: Output<List<DbParameterGroupTagArgs>>? = null)

Functions

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

Properties

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

Specifies the name of the DB parameter group

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

Provides the customer-specified description for this DB parameter group.

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

The DB parameter group family name.

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

An array of parameter names and values for the parameter update.

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

An array of key-value pairs to apply to this resource.