Parameter

class Parameter

Describes a parameter in a cluster parameter group.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The valid range of values for the parameter.

Link copied to clipboard

Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

Link copied to clipboard

The data type of the parameter.

Link copied to clipboard

A description of the parameter.

Link copied to clipboard

If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

Link copied to clipboard

The earliest engine version to which the parameter can apply.

Link copied to clipboard

The name of the parameter.

Link copied to clipboard

The value of the parameter. If ParameterName is wlm_json_configuration, then the maximum size of ParameterValue is 8000 characters.

Link copied to clipboard

The source of the parameter value, such as "engine-default" or "user".

Functions

Link copied to clipboard
inline fun copy(block: Parameter.Builder.() -> Unit = {}): Parameter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String