ParameterGroup

Represents the output of a CreateParameterGroup operation. A parameter group represents a combination of specific values for the parameters that are passed to the engine software during startup.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the parameter group

Link copied to clipboard

A description of the parameter group

Link copied to clipboard

The name of the parameter group family that this parameter group is compatible with.

Link copied to clipboard
val name: String?

The name of the parameter group

Functions

Link copied to clipboard
inline fun copy(block: ParameterGroup.Builder.() -> Unit = {}): ParameterGroup
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