@Stability(value=Stable)
public static interface CfnDBProxyEndpoint.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 |
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 String |
getKey()
A value is the optional value of the tag.
|
default String |
getValue()
Metadata assigned to a DB instance consisting of a key-value pair.
|
@Stability(value=Stable) @Nullable default 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}.:/=+-]*)$").
@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) static CfnDBProxyEndpoint.TagFormatProperty.Builder builder()
Copyright © 2022. All rights reserved.