Class CfnDBProxy.TagFormatProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.CfnDBProxy.TagFormatProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDBProxy.TagFormatProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDBProxy.TagFormatProperty
@Stability(Stable)
@Internal
public static final class CfnDBProxy.TagFormatProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDBProxy.TagFormatProperty
An implementation for
CfnDBProxy.TagFormatProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.CfnDBProxy.TagFormatProperty
CfnDBProxy.TagFormatProperty.Builder, CfnDBProxy.TagFormatProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDBProxy.TagFormatProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDBProxy.TagFormatProperty.Builder
.
-
-
Method Details
-
getKey
Description copied from interface:CfnDBProxy.TagFormatProperty
A key is the required name of the tag.The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with
aws:
orrds:
. The string can only contain only the set of Unicode letters, digits, white-space, '', '.', ':', '/', '=', '+', '-', '@' (Java regex: "^([\p{L}\p{Z}\p{N}.:/=+-@]*)$").- Specified by:
getKey
in interfaceCfnDBProxy.TagFormatProperty
- See Also:
-
getValue
Description copied from interface:CfnDBProxy.TagFormatProperty
A value is the optional value of the tag.The string value can be from 1 to 256 Unicode characters in length and can't be prefixed with
aws:
orrds:
. The string can only contain only the set of Unicode letters, digits, white-space, '', '.', ':', '/', '=', '+', '-', '@' (Java regex: "^([\p{L}\p{Z}\p{N}.:/=+-@]*)$").- Specified by:
getValue
in interfaceCfnDBProxy.TagFormatProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-