@Stability(value=Stable)
public static interface CfnDBProxy.TagFormatProperty
extends software.amazon.jsii.JsiiSerializable
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 |
CfnDBProxy.TagFormatProperty.Builder
A builder for
CfnDBProxy.TagFormatProperty |
static class |
CfnDBProxy.TagFormatProperty.Jsii$Proxy
An implementation for
CfnDBProxy.TagFormatProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDBProxy.TagFormatProperty.Builder |
builder() |
default String |
getKey()
A key is the required name of the tag.
|
default String |
getValue()
A value is the optional value of the tag.
|
@Stability(value=Stable) @Nullable default String getKey()
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}.:/=+-]*)$").
@Stability(value=Stable) @Nullable default String getValue()
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}.:/=+-]*)$").
@Stability(value=Stable) static CfnDBProxy.TagFormatProperty.Builder builder()
Copyright © 2023. All rights reserved.