@Stability(value=Stable)
public static interface CfnDiscoverer.TagsEntryProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDiscoverer.TagsEntryProperty.Builder
A builder for
CfnDiscoverer.TagsEntryProperty |
static class |
CfnDiscoverer.TagsEntryProperty.Jsii$Proxy
An implementation for
CfnDiscoverer.TagsEntryProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDiscoverer.TagsEntryProperty.Builder |
builder() |
String |
getKey()
They key of a key-value pair.
|
String |
getValue()
They value of a key-value pair.
|
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnDiscoverer.TagsEntryProperty.Builder builder()
Copyright © 2022. All rights reserved.