public static final class CfnParameterGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnParameterGroupProps
CfnParameterGroupProps
CfnParameterGroupProps.Builder, CfnParameterGroupProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCacheParameterGroupFamily()
The name of the cache parameter group family that this cache parameter group is compatible with.
|
java.lang.String |
getDescription()
The description for this cache parameter group.
|
java.lang.Object |
getProperties()
A comma-delimited list of parameter name/value pairs.
|
java.util.List<CfnTag> |
getTags()
A tag that can be added to an ElastiCache parameter group.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getCacheParameterGroupFamily()
CfnParameterGroupProps
Valid values are: memcached1.4
| memcached1.5
| memcached1.6
| redis2.6
| redis2.8
| redis3.2
| redis4.0
| redis5.0
| redis6.x
getCacheParameterGroupFamily
in interface CfnParameterGroupProps
public final java.lang.String getDescription()
CfnParameterGroupProps
getDescription
in interface CfnParameterGroupProps
public final java.lang.Object getProperties()
CfnParameterGroupProps
For more information, see ModifyCacheParameterGroup in the Amazon ElastiCache API Reference Guide .
For example:
"Properties" : { "cas_disabled" : "1", "chunk_size_growth_factor" : "1.02" }
getProperties
in interface CfnParameterGroupProps
public final java.util.List<CfnTag> getTags()
CfnParameterGroupProps
Tags are composed of a Key/Value pair. You can use tags to categorize and track all your parameter groups. A tag with a null Value is permitted.
getTags
in interface CfnParameterGroupProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()