Interface CfnDBProxy.TagFormatProperty

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

@Stability(Stable) public static interface CfnDBProxy.TagFormatProperty extends software.amazon.jsii.JsiiSerializable
Metadata assigned to a DB proxy 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: