DbParameterGroup

Contains the details of an Amazon Neptune DB parameter group.

This data type is used as a response element in the DescribeDBParameterGroups action.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) for the DB parameter group.

Link copied to clipboard

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

Link copied to clipboard

Provides the name of the DB parameter group.

Link copied to clipboard

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

Functions

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