public static final class CfnDBProxy.TagFormatProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDBProxy.TagFormatProperty
CfnDBProxy.TagFormatProperty
CfnDBProxy.TagFormatProperty.Builder, CfnDBProxy.TagFormatProperty.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 |
getKey()
A key is the required name of the tag.
|
java.lang.String |
getValue()
A value is the optional value of the tag.
|
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 getKey()
CfnDBProxy.TagFormatProperty
The string value can be 1-128 Unicode characters in length and can't be prefixed with aws:
. The string can contain only the set of Unicode letters, digits, white-space, '', '.', '/', '=', '+', '-' (Java regex: "^([\p{L}\p{Z}\p{N}.:/=+-]*)$").
getKey
in interface CfnDBProxy.TagFormatProperty
public final java.lang.String getValue()
CfnDBProxy.TagFormatProperty
The string value can be 1-256 Unicode characters in length and can't be prefixed with aws:
. The string can contain only the set of Unicode letters, digits, white-space, '', '.', '/', '=', '+', '-' (Java regex: "^([\p{L}\p{Z}\p{N}.:/=+-]*)$").
getValue
in interface CfnDBProxy.TagFormatProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()