GetParameterGroupsGroup

data class GetParameterGroupsGroup(val createTime: String, val dbType: String, val dbVersion: String, val forceRestart: String, val id: String, val parameterCounts: Int, val parameterGroupDesc: String, val parameterGroupId: String, val parameterGroupName: String, val parameterGroupType: String)

Constructors

Link copied to clipboard
constructor(createTime: String, dbType: String, dbVersion: String, forceRestart: String, id: String, parameterCounts: Int, parameterGroupDesc: String, parameterGroupId: String, parameterGroupName: String, parameterGroupType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the parameter template was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

Link copied to clipboard

The type of the database engine. Only MySQL is supported.

Link copied to clipboard

The version number of the database engine. Valid values: 5.6, 5.7, 8.0.

Link copied to clipboard

Indicates whether to restart the cluster when this parameter template is applied.

Link copied to clipboard
val id: String

The ID of the Parameter Group.

Link copied to clipboard

The number of parameters in the parameter template.

Link copied to clipboard

The description of the parameter template.

Link copied to clipboard

The ID of the Parameter Group.

Link copied to clipboard

The name of the parameter template.

Link copied to clipboard

The type of the parameter template.