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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBroker.TagsEntryProperty
static final class
An implementation forCfnBroker.TagsEntryProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKey
The key in a key-value pair. -
getValue
The value in a key-value pair. -
builder
-