GetDbClusterParameterGroupResult

data class GetDbClusterParameterGroupResult(val parameters: Any? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(parameters: Any? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val parameters: Any? = null

An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request. Search the CloudFormation User Guide for AWS::Neptune::DBClusterParameterGroup for more information about the expected schema for this property.

Link copied to clipboard
val tags: List<Tag>? = null

The list of tags for the cluster parameter group.