Interface CfnDiscoverer.TagsEntryProperty

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

@Stability(Stable) public static interface CfnDiscoverer.TagsEntryProperty extends software.amazon.jsii.JsiiSerializable
Tags to associate with the discoverer.

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