ParameterGroupArgs

data class ParameterGroupArgs(val cacheParameterGroupFamily: Output<String>? = null, val description: Output<String>? = null, val properties: Output<Map<String, String>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ParameterGroupArgs>

Resource Type definition for AWS::ElastiCache::ParameterGroup

Constructors

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

Properties

Link copied to clipboard
val cacheParameterGroupFamily: Output<String>? = null

The name of the cache parameter group family that this cache parameter group is compatible with.

Link copied to clipboard
val description: Output<String>? = null

The description for this cache parameter group.

Link copied to clipboard
val properties: Output<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: Output<List<TagArgs>>? = 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.

Functions

Link copied to clipboard
open override fun toJava(): ParameterGroupArgs