public static interface CfnDBProxyEndpoint.TagFormatProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.rds.*; TagFormatProperty tagFormatProperty = TagFormatProperty.builder() .key("key") .value("value") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDBProxyEndpoint.TagFormatProperty.Builder
A builder for
CfnDBProxyEndpoint.TagFormatProperty |
static class |
CfnDBProxyEndpoint.TagFormatProperty.Jsii$Proxy
An implementation for
CfnDBProxyEndpoint.TagFormatProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDBProxyEndpoint.TagFormatProperty.Builder |
builder() |
default java.lang.String |
getKey()
A value is the optional value of the tag.
|
default java.lang.String |
getValue()
Metadata assigned to a DB instance consisting of a key-value pair.
|
default java.lang.String getKey()
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}.:/=+-]*)$").
default java.lang.String getValue()
static CfnDBProxyEndpoint.TagFormatProperty.Builder builder()