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

An array of parameter names and values for the parameter update. You must specify at least one parameter name and value. For more information about parameter groups, see Working with parameter groups in the Amazon RDS User Guide, or Working with parameter groups in the Amazon Aurora User Guide. AWS CloudFormation doesn't support specifying an apply method for each individual parameter. The default apply method for each parameter is used. Search the CloudFormation User Guide for AWS::RDS::DBParameterGroup 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 parameter group.