Interface CfnDBProxyEndpoint.TagFormatProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDBProxyEndpoint.TagFormatProperty.Jsii$Proxy
Enclosing class:
CfnDBProxyEndpoint

@Stability(Stable) public static interface CfnDBProxyEndpoint.TagFormatProperty extends software.amazon.jsii.JsiiSerializable
Metadata assigned to a DB proxy endpoint consisting of a key-value pair.

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();
 

See Also: