aws::elasticache-parameter-group¶
Creates a cache parameter group.
Example¶
aws::elasticache-parameter-group cache-param-group-example
name: "cache-param-group-example"
cache-param-group-family: "redis5.0"
description: "cache-param-group-desc"
parameters
name: "activedefrag"
value: "yes"
end
end
Attributes¶
Attribute | Description |
---|---|
name | The name of the cache parameter group. (Required) |
cache-param-group-family | The name of the cache parameter family. (Required) |
description | The description of the cache parameter group. |
parameters list | The list of cache parameter to modify. |