GetParameterGroupResult

data class GetParameterGroupResult(val cacheParameterGroupName: String? = null, val description: String? = null, val properties: Map<String, String>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(cacheParameterGroupName: String? = null, description: String? = null, properties: Map<String, String>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Cache Parameter Group.

Link copied to clipboard
val description: String? = null

The description for this cache parameter group.

Link copied to clipboard
val properties: Map<String, String>? = null

A comma-delimited list of parameter name/value pairs. For more information see ModifyCacheParameterGroup in the Amazon ElastiCache API Reference Guide.

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

Tags are composed of a Key/Value pair. You can use tags to categorize and track each parameter group. The tag value null is permitted.