@Stability(value=Stable)
public static interface CfnConfiguration.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.amazonmq.*;
TagsEntryProperty tagsEntryProperty = TagsEntryProperty.builder()
.key("key")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfiguration.TagsEntryProperty.Builder
A builder for
CfnConfiguration.TagsEntryProperty |
static class |
CfnConfiguration.TagsEntryProperty.Jsii$Proxy
An implementation for
CfnConfiguration.TagsEntryProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfiguration.TagsEntryProperty.Builder |
builder() |
String |
getKey()
The key in a key-value pair.
|
String |
getValue()
The value in a key-value pair.
|
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnConfiguration.TagsEntryProperty.Builder builder()
Copyright © 2022. All rights reserved.