GetParameterGroupResult

data class GetParameterGroupResult(val arn: String, val description: String, val family: String, val id: String, val name: String, val parameters: List<GetParameterGroupParameter>, val tags: Map<String, String>)

A collection of values returned by getParameterGroup.

Constructors

Link copied to clipboard
constructor(arn: String, description: String, family: String, id: String, name: String, parameters: List<GetParameterGroupParameter>, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the parameter group.

Link copied to clipboard

Description of the parameter group.

Link copied to clipboard

Engine version that the parameter group can be used with.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Name of the parameter.

Link copied to clipboard

Set of user-defined MemoryDB parameters applied by the parameter group.

Link copied to clipboard

Map of tags assigned to the parameter group.