public static interface CfnDeployment.TagsProperty
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 java.lang.String |
getKey()
The key-value string map.
|
default java.lang.String |
getValue()
The tag value can be up to 256 characters.
|
default java.lang.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:
.
default java.lang.String getValue()
static CfnDeployment.TagsProperty.Builder builder()
CfnDeployment.TagsProperty.Builder
of CfnDeployment.TagsProperty