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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDiscoverer.TagsEntryPropertystatic final classAn implementation forCfnDiscoverer.TagsEntryProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKey
The key of a key-value pair.- See Also:
-
getValue
The value of a key-value pair.- See Also:
-
builder
-