GetDbParameterGroupResult

data class GetDbParameterGroupResult(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

The parameters to set for this DB parameter group. The parameters are expressed as a JSON object consisting of key-value pairs. Changes to dynamic parameters are applied immediately. During an update, if you have static parameters (whether they were changed or not), it triggers AWS CloudFormation to reboot the associated DB instance without failover. Search the CloudFormation User Guide for AWS::Neptune::DBParameterGroup for more information about the expected schema for this property.

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

An optional array of key-value pairs to apply to this DB parameter group.