ClusterParameterGroupParameter

data class ClusterParameterGroupParameter(val applyMethod: String? = null, val name: String, val value: String)

Constructors

Link copied to clipboard
constructor(applyMethod: String? = null, name: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val applyMethod: String? = null

Valid values are immediate and pending-reboot. Defaults to pending-reboot.

Link copied to clipboard

The name of the neptune parameter.

Link copied to clipboard

The value of the neptune parameter.