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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBroker.TagsEntryPropertystatic final classAn 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.- See Also:
-
getValue
The value in a key-value pair.- See Also:
-
builder
-