@Stability(value=Stable) @Internal public static final class CfnParameterGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnParameterGroupProps
CfnParameterGroupPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnParameterGroupProps.Builder, CfnParameterGroupProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnParameterGroupProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnParameterGroupProps.Builder. |
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(Object o) |
String |
getCacheParameterGroupFamily()
The name of the cache parameter group family that this cache parameter group is compatible with.
|
String |
getDescription()
The description for this cache parameter group.
|
Object |
getProperties()
A comma-delimited list of parameter name/value pairs.
|
List<CfnTag> |
getTags()
A tag that can be added to an ElastiCache parameter group.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnParameterGroupProps.Builder builder)
CfnParameterGroupProps.Builder.public final 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 CfnParameterGroupPropspublic final String getDescription()
CfnParameterGroupPropsgetDescription in interface CfnParameterGroupPropspublic final Object getProperties()
CfnParameterGroupPropsFor 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 CfnParameterGroupPropspublic final List<CfnTag> getTags()
CfnParameterGroupPropsTags 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@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.