Interface CfnBroker.TagsEntryProperty

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

@Stability(Stable) public static interface CfnBroker.TagsEntryProperty extends software.amazon.jsii.JsiiSerializable
A key-value pair to associate with the broker.

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.amazonmq.*;
 TagsEntryProperty tagsEntryProperty = TagsEntryProperty.builder()
         .key("key")
         .value("value")
         .build();
 

See Also: