@Stability(value=Stable)
public static interface CfnDeployment.TagsProperty
extends software.amazon.jsii.JsiiSerializable
Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
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.appconfig.*;
TagsProperty tagsProperty = TagsProperty.builder()
.key("key")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeployment.TagsProperty.Builder
A builder for
CfnDeployment.TagsProperty |
static class |
CfnDeployment.TagsProperty.Jsii$Proxy
An implementation for
CfnDeployment.TagsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeployment.TagsProperty.Builder |
builder() |
default String |
getKey()
The key-value string map.
|
default String |
getValue()
The tag value can be up to 256 characters.
|
@Stability(value=Stable) @Nullable default String getKey()
The valid character set is [a-zA-Z+-=._:/] . The tag key can be up to 128 characters and must not start with aws: .
@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) static CfnDeployment.TagsProperty.Builder builder()
CfnDeployment.TagsProperty.Builder of CfnDeployment.TagsPropertyCopyright © 2022. All rights reserved.