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

Provides a list of parameters for the DB cluster parameter group. Search the CloudFormation User Guide for AWS::RDS::DBClusterParameterGroup for more information about the expected schema for this property.

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

Tags to assign to the DB cluster parameter group.