Parameter Group Args
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
Properties
Link copied to clipboard
The name of the cache parameter group family that this cache parameter group is compatible with.
Link copied to clipboard
The description for this cache parameter group.
Link copied to clipboard
A comma-delimited list of parameter name/value pairs. For more information see ModifyCacheParameterGroup in the Amazon ElastiCache API Reference Guide.